By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-10-11T03:15:08.706Z||main|||||INFO|500||The following profiles are active: basic
2022-10-11T03:15:20.544Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-11T03:15:20.548Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-11T03:15:20.712Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-11T03:15:25.998Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-11T03:15:26.581Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-11T03:15:27.080Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-11T03:15:27.088Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-11T03:15:27.197Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-11T03:15:27.550Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-11T03:15:28.193Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-11T03:15:30.629Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-11T03:15:33.412Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-11T03:15:33.494Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-11T03:15:34.188Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-11T03:15:34.551Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-10-11T03:15:36.147Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-11T03:15:37.350Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-11T03:15:37.371Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$2538ded1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-10-11T03:15:37.373Z||main|||||WARN|500||The sdc end point is not alive
2022-10-11T03:15:40.535Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-10-11T03:15:43.452Z||main|||||WARN|500||---
2022-10-11T03:15:43.453Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-11T03:15:43.453Z||main|||||WARN|500||---
2022-10-11T03:15:43.946Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-11T03:15:48.827Z||main|||||INFO|500||Started Application in 43.28 seconds (JVM running for 45.599)
2022-10-11T03:15:48.839Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-11T03:15:48.841Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-11T03:15:48.852Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-11T03:15:48.875Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-11T03:15:48.913Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3424229c-c44b-4f82-9dea-a6baa904792e url= /sdc/v1/artifactTypes
2022-10-11T03:15:48.914Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-11T03:15:49.189Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-11T03:15:49.212Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-10-11T03:15:49.233Z||scheduling-1|||||DEBUG|500||create keys
2022-10-11T03:15:49.240Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-11T03:15:49.329Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:15:49.347Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c5f27d88-4556-42e1-81a0-a129e109f702 url= /sdc/v1/registerForDistribution
2022-10-11T03:15:49.598Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c5f27d88-4556-42e1-81a0-a129e109f702 url= /sdc/v1/registerForDistribution
2022-10-11T03:15:49.598Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-11T03:15:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:15:49.611Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:15:49.622Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:15:49.622Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:15:49.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:15:49.623Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:15:49.627Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-11T03:16:00.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:16:00.297Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:16:49.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:16:49.606Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:16:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:16:49.611Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:16:49.611Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:16:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:16:59.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:16:59.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:17:49.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:17:49.607Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:17:49.607Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:17:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:17:49.612Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:17:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:17:59.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:17:59.202Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:18:49.605Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:18:49.607Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:18:49.607Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:18:49.610Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:18:49.611Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:18:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:18:59.208Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:18:59.208Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:19:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:19:49.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:19:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:19:49.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:19:49.611Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:19:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:19:59.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:19:59.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:20:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:20:49.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:20:49.608Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:20:49.611Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:20:49.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:20:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:20:59.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:20:59.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:21:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:21:49.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:21:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:21:49.610Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:21:49.612Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:21:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:21:59.186Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:21:59.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:22:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:22:49.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:22:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:22:49.610Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:22:49.611Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:22:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:22:59.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:22:59.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:23:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:23:49.609Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:23:49.610Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:23:49.611Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:23:49.614Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:23:49.615Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:23:59.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:23:59.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:24:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:24:49.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:24:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:24:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:24:49.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:24:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:24:59.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:24:59.251Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:25:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:25:49.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:25:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:25:49.611Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:25:49.612Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:25:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:25:59.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:25:59.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:25:59.464Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-11T03:26:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:26:49.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:26:49.607Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:26:49.611Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:26:49.611Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:26:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:26:59.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:26:59.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:27:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:27:49.606Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:27:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:27:49.611Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:27:49.611Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:27:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:27:59.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:27:59.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:28:49.605Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:28:49.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:28:49.608Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:28:49.611Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:28:49.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:28:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:28:59.232Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:28:59.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:29:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:29:49.607Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:29:49.607Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:29:49.611Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:29:49.612Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:29:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:29:59.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:29:59.214Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:30:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:30:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:30:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:30:49.611Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:30:49.612Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:30:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:30:59.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:30:59.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:31:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:31:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:31:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:31:49.611Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:31:49.611Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:31:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:31:59.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:31:59.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:32:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:32:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:32:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:32:49.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:32:49.611Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:32:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:32:59.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:32:59.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:33:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:33:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:33:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:33:49.610Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:33:49.611Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:33:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:33:59.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:33:59.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:34:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:34:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:34:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:34:49.610Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:34:49.612Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:34:49.613Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:34:59.163Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:34:59.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:35:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:35:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:35:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:35:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:35:49.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:35:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:35:59.205Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:35:59.207Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:36:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:36:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:36:49.607Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:36:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:36:49.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:36:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:36:59.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:36:59.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:37:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:37:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:37:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:37:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:37:49.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:37:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:37:59.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:37:59.214Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:38:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:38:49.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:38:49.608Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:38:49.610Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:38:49.611Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:38:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:38:59.221Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:38:59.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:39:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:39:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:39:49.607Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:39:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:39:49.611Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:39:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:39:59.183Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:39:59.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:40:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:40:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:40:49.607Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:40:49.611Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:40:49.611Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:40:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:40:59.207Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:40:59.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:41:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:41:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:41:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:41:49.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:41:49.611Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:41:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:41:59.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:41:59.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:42:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:42:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:42:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:42:49.611Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:42:49.612Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:42:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:42:59.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:42:59.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:43:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:43:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:43:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:43:49.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:43:49.611Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:43:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:43:59.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:43:59.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:44:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:44:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:44:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:44:49.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:44:49.611Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:44:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:44:59.204Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:44:59.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:45:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:45:49.607Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:45:49.607Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:45:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:45:49.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:45:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:45:59.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:45:59.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:46:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:46:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:46:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:46:49.611Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:46:49.611Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:46:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:46:59.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:46:59.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:47:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:47:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:47:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:47:49.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:47:49.611Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:47:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:47:59.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:47:59.185Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:48:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:48:49.607Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:48:49.607Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:48:49.610Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:48:49.611Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:48:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:48:59.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:48:59.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:49:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:49:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:49:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:49:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:49:49.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:49:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:49:59.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:49:59.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:50:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:50:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:50:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:50:49.610Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:50:49.611Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:50:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:50:59.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:50:59.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:51:49.605Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:51:49.606Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:51:49.607Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:51:49.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:51:49.611Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:51:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:51:59.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:51:59.183Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:52:49.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:52:49.607Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:52:49.607Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:52:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:52:49.612Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:52:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:52:59.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:52:59.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:53:49.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:53:49.606Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:53:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:53:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:53:49.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:53:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:53:59.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:53:59.181Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:54:49.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:54:49.606Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:54:49.606Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:54:49.611Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:54:49.611Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:54:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:54:59.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:54:59.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:55:49.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:55:49.606Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:55:49.607Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:55:49.610Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:55:49.611Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:55:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:55:59.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:55:59.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:56:49.605Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:56:49.607Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:56:49.607Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:56:49.611Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:56:49.612Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:56:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:56:59.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:56:59.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:57:49.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:57:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:57:49.612Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:57:49.612Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:57:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:57:49.612Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:57:49.960Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:57:49.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:49.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "ves-openapi-manager",
"timestamp": 1665460651056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "aai-ml",
"timestamp": 1665460652874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665460655518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665460654386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "ves-openapi-manager",
"timestamp": 1665460651056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665460655518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"status": "NOTIFIED"
}
2022-10-11T03:57:50.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "aai-ml",
"timestamp": 1665460652874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665460654386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "cds",
"timestamp": 1665460659721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "aai-ml",
"timestamp": 1665460652874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "ves-openapi-manager",
"timestamp": 1665460651056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665460655518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-11T03:57:50.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665460654386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "cds",
"timestamp": 1665460659721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "ves-openapi-manager",
"timestamp": 1665460651056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "aai-ml",
"timestamp": 1665460652874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665460655518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665460654386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "cds",
"timestamp": 1665460659721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "clamp",
"timestamp": 1665460662969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "ves-openapi-manager",
"timestamp": 1665460651056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "aai-ml",
"timestamp": 1665460652874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665460655518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-11T03:57:50.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665460654386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "cds",
"timestamp": 1665460659721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "clamp",
"timestamp": 1665460662969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"status": "NOTIFIED"
}
2022-10-11T03:57:50.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "ves-openapi-manager",
"timestamp": 1665460651056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "aai-ml",
"timestamp": 1665460652874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665460655518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665460654386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "cds",
"timestamp": 1665460659721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "clamp",
"timestamp": 1665460662969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "ves-openapi-manager",
"timestamp": 1665460651056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "aai-ml",
"timestamp": 1665460652874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T03:57:50.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665460655518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T03:57:50.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665460654386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T03:57:50.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "cds",
"timestamp": 1665460659721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "policy-id",
"timestamp": 1665460664682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "clamp",
"timestamp": 1665460662969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "policy-id",
"timestamp": 1665460664682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "cds",
"timestamp": 1665460659721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T03:57:50.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665460667197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-11T03:57:50.025Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T03:57:50.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "aai-ml",
"timestamp": 1665460667556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T03:57:50.025Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T03:57:50.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665460666570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T03:57:50.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T03:57:50.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "clamp",
"timestamp": 1665460662969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "policy-id",
"timestamp": 1665460664682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-11T03:57:50.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "clamp",
"timestamp": 1665460662969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:57:50.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665460668361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-11T03:57:50.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T03:57:50.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "cds",
"timestamp": 1665460667738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T03:57:50.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T03:57:50.267Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:57:50.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-11T03:57:50.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"54768df8-03a9-4989-ade4-d58838c7902c","serviceName":"basic_onboard_PKgLZt","serviceVersion":"1.0","serviceUUID":"82bcd795-04de-4f52-b480-50aff06d849a","serviceDescription":"service","serviceInvariantUUID":"be465874-dade-4016-bafe-5bbc63233e75","resources":[{"resourceInstanceName":"basic_onboard_PKgLZt 0","resourceName":"basic_onboard_PKgLZt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"780910a2-ed88-4de1-a04b-3f3dfdf2e74e","resourceInvariantUUID":"f8647169-20ee-4b54-98ca-6889f7925fce","resourceCustomizationUUID":"46439c58-aa6f-4f8d-9461-69478e8471d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml","artifactChecksum":"NDdjOTVlNTMzMGFiNTlkZjgzNDYxOGZlNzFkNzNkYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f068fee-f1e6-4a88-a648-f8d1e827bb3f","artifactVersion":"1"},{"artifactName":"basic_onboard_pkglzt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json","artifactChecksum":"MWJkOGNmY2VmYjg3MWViZWE2NjhkMzI4YjU1ZGUwZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58a09258-0b5b-4cbf-8f6f-7042f1fc5ee5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"07b71b01-be66-41de-9df7-8fad76754a1a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d6062519-ee4d-489b-9bd8-9ae9f7f8a76a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a040e4c3-ae39-483b-9a2c-86638fb1454a","artifactVersion":"2","generatedFromUUID":"07b71b01-be66-41de-9df7-8fad76754a1a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPkglzt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml","artifactChecksum":"YTU1MzhmMTI4OGYxZjRkOGQ0MjhmZmY3ZjcxZmE1YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77abbe3b-2cc7-49c0-a01e-699120c23abf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPkglzt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar","artifactChecksum":"MjkxNmQ5MWQ5YzJjODI3N2NiNjkwZmRhYWM3MDMxMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"168c9c44-07b4-4a3e-89ba-1f0b313159c9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-11T03:57:50.279Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T03:57:50.285Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T03:57:50.301Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T03:57:50.301Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460669605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:50.401Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-10-11T03:57:50.406Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T03:57:50.407Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:57:50.431Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:57:50.432Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-11T03:57:51.312Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T03:57:51.313Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T03:57:51.315Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T03:57:51.315Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460669605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"status": "NOTIFIED"
}
2022-10-11T03:57:51.415Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T03:57:51.416Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T03:57:51.417Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:57:51.437Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:57:51.438Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-11T03:57:52.316Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T03:57:52.316Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T03:57:52.319Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T03:57:52.319Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460669605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-11T03:57:52.419Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T03:57:52.420Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T03:57:52.421Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:57:52.443Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:57:52.443Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-10-11T03:57:53.320Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T03:57:53.321Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T03:57:53.323Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T03:57:53.323Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460669605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:53.423Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T03:57:53.424Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T03:57:53.424Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:57:53.448Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:57:53.449Z||pool-6-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-10-11T03:57:54.324Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T03:57:54.325Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T03:57:54.327Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T03:57:54.327Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460669605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-11T03:57:54.427Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T03:57:54.429Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T03:57:54.429Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:57:54.448Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:57:54.449Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-11T03:57:55.327Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T03:57:55.328Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T03:57:55.330Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T03:57:55.330Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460669605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:57:55.431Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T03:57:55.432Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T03:57:55.432Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:57:55.455Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:57:55.455Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-11T03:57:56.331Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T03:57:56.332Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T03:57:56.335Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T03:57:56.335Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460669605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T03:57:56.435Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T03:57:56.436Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T03:57:56.437Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:57:56.461Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:57:56.462Z||pool-9-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-10-11T03:57:57.337Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"serviceName": "basic_onboard_PKgLZt",
"serviceVersion": "1.0",
"serviceUUID": "82bcd795-04de-4f52-b480-50aff06d849a",
"serviceDescription": "service",
"serviceInvariantUUID": "be465874-dade-4016-bafe-5bbc63233e75",
"resources": [
{
"resourceInstanceName": "basic_onboard_PKgLZt 0",
"resourceCustomizationUUID": "46439c58-aa6f-4f8d-9461-69478e8471d2",
"resourceName": "basic_onboard_PKgLZt",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "780910a2-ed88-4de1-a04b-3f3dfdf2e74e",
"resourceInvariantUUID": "f8647169-20ee-4b54-98ca-6889f7925fce",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pkglzt0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"artifactChecksum": "MWJkOGNmY2VmYjg3MWViZWE2NjhkMzI4YjU1ZGUwZjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "58a09258-0b5b-4cbf-8f6f-7042f1fc5ee5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "07b71b01-be66-41de-9df7-8fad76754a1a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a040e4c3-ae39-483b-9a2c-86638fb1454a",
"generatedFromUUID": "07b71b01-be66-41de-9df7-8fad76754a1a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a040e4c3-ae39-483b-9a2c-86638fb1454a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPkglzt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"artifactChecksum": "MjkxNmQ5MWQ5YzJjODI3N2NiNjkwZmRhYWM3MDMxMGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "168c9c44-07b4-4a3e-89ba-1f0b313159c9"
}
],
"workloadContext": "Production"
}
2022-10-11T03:57:57.339Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-11T03:57:57.339Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82bcd795-04de-4f52-b480-50aff06d849a ASDC
2022-10-11T03:57:57.459Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:54768df8-03a9-4989-ade4-d58838c7902c
ServiceName:basic_onboard_PKgLZt
ServiceVersion:1.0
ServiceUUID:82bcd795-04de-4f52-b480-50aff06d849a
ServiceInvariantUUID:be465874-dade-4016-bafe-5bbc63233e75
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPkglzt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar
ArtifactUUID:168c9c44-07b4-4a3e-89ba-1f0b313159c9
ArtifactChecksum:MjkxNmQ5MWQ5YzJjODI3N2NiNjkwZmRhYWM3MDMxMGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PKgLZt 0
ResourceCustomizationUUID:46439c58-aa6f-4f8d-9461-69478e8471d2
ResourceInvariantUUID:f8647169-20ee-4b54-98ca-6889f7925fce
ResourceName:basic_onboard_PKgLZt
ResourceType:VF
ResourceUUID:780910a2-ed88-4de1-a04b-3f3dfdf2e74e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pkglzt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json
ArtifactUUID:58a09258-0b5b-4cbf-8f6f-7042f1fc5ee5
ArtifactChecksum:MWJkOGNmY2VmYjg3MWViZWE2NjhkMzI4YjU1ZGUwZjk=
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/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:07b71b01-be66-41de-9df7-8fad76754a1a
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/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env
ArtifactUUID:a040e4c3-ae39-483b-9a2c-86638fb1454a
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/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env
ArtifactUUID:a040e4c3-ae39-483b-9a2c-86638fb1454a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-11T03:57:57.459Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82bcd795-04de-4f52-b480-50aff06d849a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T03:57:57.771Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-11T03:57:57.773Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-11T03:57:57.774Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-11T03:57:57.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 168c9c44-07b4-4a3e-89ba-1f0b313159c9 from URL: /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:57:57.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-11T03:57:57.776Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:57:57.893Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-11T03:57:57.909Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar 168c9c44-07b4-4a3e-89ba-1f0b313159c9 71576
2022-10-11T03:57:57.910Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar ASDC sendASDCNotification
2022-10-11T03:57:57.910Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:57:57.912Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-11T03:57:57.913Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T03:57:57.916Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T03:57:57.916Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460677909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T03:57:58.016Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T03:57:58.017Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T03:57:58.017Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:57:58.042Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:57:58.042Z||pool-10-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-11T03:57:58.917Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-11T03:57:58.918Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-11T03:57:58.919Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 168c9c44-07b4-4a3e-89ba-1f0b313159c9, URL: /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar to file: /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:57:58.919Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:57:59.042Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:57:59.042Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:57:59.875Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11360446110149855592/Definitions/service-BasicOnboardPkglzt-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-10-11T03:58:01.719Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-11T03:58:01.723Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PKgLZt 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:58:01.724Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:58:01.725Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:58:01.725Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-11T03:58:01.731Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:01.732Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T03:58:01.762Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria
2022-10-11T03:58:01.763Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-11T03:58:01.765Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-11T03:58:01.766Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:01.767Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T03:58:01.767Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria
2022-10-11T03:58:01.767Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-11T03:58:01.767Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-11T03:58:01.767Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:01.767Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T03:58:01.771Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:01.771Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is not matching search criteria
2022-10-11T03:58:01.771Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-11T03:58:01.771Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-11T03:58:01.771Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-11T03:58:01.771Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-11T03:58:01.772Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-11T03:58:01.772Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:01.772Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-11T03:58:01.773Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:01.773Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria
2022-10-11T03:58:01.773Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-11T03:58:01.774Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:01.774Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria
2022-10-11T03:58:01.774Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-11T03:58:01.774Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:01.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria
2022-10-11T03:58:01.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-11T03:58:01.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:01.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is not matching search criteria
2022-10-11T03:58:01.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-11T03:58:01.775Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-11T03:58:01.776Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b94f422f-3166-497c-9b10-bdef4eacbfa2
2022-10-11T03:58:01.776Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:01.776Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T03:58:01.776Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:01.776Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T03:58:01.776Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:01.777Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T03:58:01.777Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:01.777Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T03:58:01.777Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_PKgLZt
Description:service
Model UUID:82bcd795-04de-4f52-b480-50aff06d849a
Model Version:NULL
Model InvariantUuid:be465874-dade-4016-bafe-5bbc63233e75
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_PKgLZt
Model UUID:53493db8-8102-4727-ba5b-34847f882fcf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f8647169-20ee-4b54-98ca-6889f7925fce
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:46439c58-aa6f-4f8d-9461-69478e8471d2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d34c39ae-1e55-4cb4-a79f-bb9d7f663580
ModelName:BasicOnboardPkglzt..base_ubuntu18..module-0
ModelUuid:7da37e6e-d006-4471-b72c-65f947c1b9e0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b94f422f-3166-497c-9b10-bdef4eacbfa2
ModelInvariantUuid:a6ed31ca-9da2-41f8-acd3-bb5762c6f829
ModelName:basic_onboard_PKgLZt-nodes.ubuntu18Cvfc
ModelUuid:b05f9282-3b9d-43f5-8dfd-19ebc47904b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:cfb6686c-4be4-4e96-8f2a-b6e07fe1c9a0
ModelInvariantUuid:c1431f7a-5112-4050-9ee8-bfd490f80c07
ModelName:BasicOnboardPkglzt.compute.nodes.heat.ubuntu18
ModelUuid:c5ac3274-a1fe-49f0-98d9-3e3ee2396d02
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-11T03:58:01.803Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 780910a2-ed88-4de1-a04b-3f3dfdf2e74e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-11T03:58:01.909Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||basic_onboard_PKgLZt 0
2022-10-11T03:58:01.915Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 780910a2-ed88-4de1-a04b-3f3dfdf2e74e
2022-10-11T03:58:01.916Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58a09258-0b5b-4cbf-8f6f-7042f1fc5ee5 from URL: /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json
2022-10-11T03:58:01.916Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-11T03:58:01.916Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json
2022-10-11T03:58:01.981Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-11T03:58:01.981Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json 58a09258-0b5b-4cbf-8f6f-7042f1fc5ee5 798
2022-10-11T03:58:01.982Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json ASDC sendASDCNotification
2022-10-11T03:58:01.982Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json
2022-10-11T03:58:01.982Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-11T03:58:01.982Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T03:58:01.985Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T03:58:01.985Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460681982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-11T03:58:02.085Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T03:58:02.086Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T03:58:02.086Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:58:02.103Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:58:02.103Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-11T03:58:02.988Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPkglzt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d34c39ae-1e55-4cb4-a79f-bb9d7f663580",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7da37e6e-d006-4471-b72c-65f947c1b9e0",
"vfModuleModelCustomizationUUID": "aa286025-f4f4-433f-a637-d95106970811",
"isBase": true,
"artifacts": [
"07b71b01-be66-41de-9df7-8fad76754a1a",
"a040e4c3-ae39-483b-9a2c-86638fb1454a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-11T03:58:03.007Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPkglzt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7da37e6e-d006-4471-b72c-65f947c1b9e0
VfModuleModelInvariantUUID:d34c39ae-1e55-4cb4-a79f-bb9d7f663580
VfModuleModelDescription:NULL
Artifacts UUID List:{
07b71b01-be66-41de-9df7-8fad76754a1a
,
a040e4c3-ae39-483b-9a2c-86638fb1454a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-11T03:58:03.010Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPkglzt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d34c39ae-1e55-4cb4-a79f-bb9d7f663580",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7da37e6e-d006-4471-b72c-65f947c1b9e0",
"vfModuleModelCustomizationUUID": "aa286025-f4f4-433f-a637-d95106970811",
"isBase": true,
"artifacts": [
"07b71b01-be66-41de-9df7-8fad76754a1a",
"a040e4c3-ae39-483b-9a2c-86638fb1454a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-11T03:58:03.010Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPkglzt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7da37e6e-d006-4471-b72c-65f947c1b9e0
VfModuleModelInvariantUUID:d34c39ae-1e55-4cb4-a79f-bb9d7f663580
VfModuleModelDescription:NULL
Artifacts UUID List:{
07b71b01-be66-41de-9df7-8fad76754a1a
,
a040e4c3-ae39-483b-9a2c-86638fb1454a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-11T03:58:03.010Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 07b71b01-be66-41de-9df7-8fad76754a1a from URL: /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml
2022-10-11T03:58:03.010Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-11T03:58:03.011Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml
2022-10-11T03:58:03.077Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-11T03:58:03.078Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml 07b71b01-be66-41de-9df7-8fad76754a1a 5033
2022-10-11T03:58:03.078Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-11T03:58:03.078Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml
2022-10-11T03:58:03.079Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-11T03:58:03.079Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T03:58:03.081Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T03:58:03.082Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460683078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-11T03:58:03.182Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T03:58:03.183Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T03:58:03.183Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:58:03.217Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:58:03.218Z||pool-12-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-10-11T03:58:04.083Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a040e4c3-ae39-483b-9a2c-86638fb1454a from URL: /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env
2022-10-11T03:58:04.083Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-11T03:58:04.084Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env
2022-10-11T03:58:04.144Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-11T03:58:04.145Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env a040e4c3-ae39-483b-9a2c-86638fb1454a 909
2022-10-11T03:58:04.145Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-11T03:58:04.146Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env
2022-10-11T03:58:04.146Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-11T03:58:04.146Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T03:58:04.149Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T03:58:04.149Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460684145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-11T03:58:04.250Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-11T03:58:04.251Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T03:58:04.251Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:58:04.268Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:58:04.269Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-11T03:58:05.150Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 82bcd795-04de-4f52-b480-50aff06d849a
2022-10-11T03:58:05.151Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PKgLZt 0 780910a2-ed88-4de1-a04b-3f3dfdf2e74e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-11T03:58:05.183Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37291ef6, org.onap.sdc.toscaparser.api.parameters.Input@dd72a8f, org.onap.sdc.toscaparser.api.parameters.Input@6274d14c, org.onap.sdc.toscaparser.api.parameters.Input@7cf64bac, org.onap.sdc.toscaparser.api.parameters.Input@3d7346a]
2022-10-11T03:58:05.188Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:05.188Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T03:58:05.189Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-10-11T03:58:05.189Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 46439c58-aa6f-4f8d-9461-69478e8471d2
2022-10-11T03:58:05.189Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 46439c58-aa6f-4f8d-9461-69478e8471d2 matches Tosca VF Customization UUID: 46439c58-aa6f-4f8d-9461-69478e8471d2
2022-10-11T03:58:05.190Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 46439c58-aa6f-4f8d-9461-69478e8471d2 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-11T03:58:05.200Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:05.200Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T03:58:05.202Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 46439c58-aa6f-4f8d-9461-69478e8471d2: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-10-11T03:58:05.203Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cb9744f
2022-10-11T03:58:05.203Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:05.203Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-11T03:58:05.204Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aa286025-f4f4-433f-a637-d95106970811
2022-10-11T03:58:05.206Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aa286025-f4f4-433f-a637-d95106970811
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-11T03:58:05.216Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:05.217Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria
2022-10-11T03:58:05.217Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-11T03:58:05.218Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:05.218Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria
2022-10-11T03:58:05.219Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-11T03:58:05.219Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:05.219Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is not matching search criteria
2022-10-11T03:58:05.220Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-11T03:58:05.220Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-11T03:58:05.220Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b94f422f-3166-497c-9b10-bdef4eacbfa2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-11T03:58:05.233Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:05.234Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria
2022-10-11T03:58:05.234Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-11T03:58:05.234Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:05.235Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_PKgLZt 0 is matching search criteria
2022-10-11T03:58:05.235Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_PKgLZt 0] matching following query criteria: sdcType=VF, customizationUUID=46439c58-aa6f-4f8d-9461-69478e8471d2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-11T03:58:05.237Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:05.238Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T03:58:05.238Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 82bcd795-04de-4f52-b480-50aff06d849a: basic_onboard_PKgLZt
2022-10-11T03:58:05.238Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:05.239Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T03:58:05.239Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:05.239Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T03:58:05.239Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:05.240Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T03:58:05.240Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:05.240Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T03:58:05.240Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T03:58:05.241Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_PKgLZt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T03:58:05.241Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_PKgLZt
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T03:58:05.445Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PKgLZt 780910a2-ed88-4de1-a04b-3f3dfdf2e74e 1 ASDC deployResourceStructure
2022-10-11T03:58:05.445Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json ASDC sendASDCNotification
2022-10-11T03:58:05.446Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json
2022-10-11T03:58:05.446Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-11T03:58:05.446Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T03:58:05.448Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T03:58:05.448Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460685445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-11T03:58:05.557Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-10-11T03:58:05.558Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T03:58:05.558Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:58:05.590Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:58:05.591Z||pool-14-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-10-11T03:58:06.449Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-11T03:58:06.449Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml
2022-10-11T03:58:06.449Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-11T03:58:06.450Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T03:58:06.452Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T03:58:06.452Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460686449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-11T03:58:06.552Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T03:58:06.553Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T03:58:06.553Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:58:06.570Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:58:06.570Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-11T03:58:07.453Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-11T03:58:07.454Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env
2022-10-11T03:58:07.454Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-11T03:58:07.454Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T03:58:07.456Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T03:58:07.456Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460687453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-11T03:58:07.556Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T03:58:07.557Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T03:58:07.558Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:58:07.589Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:58:07.590Z||pool-16-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-10-11T03:58:08.458Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar ASDC sendASDCNotification
2022-10-11T03:58:08.458Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar
2022-10-11T03:58:08.458Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-11T03:58:08.459Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T03:58:08.461Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T03:58:08.461Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460688457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T03:58:08.561Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T03:58:08.563Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T03:58:08.563Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T03:58:08.587Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:58:08.587Z||pool-17-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-11T03:58:09.469Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T03:58:09.511Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T03:58:09.514Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T03:58:09.515Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-11T03:58:09.515Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-11T03:58:39.516Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T03:58:39.524Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T03:58:39.527Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T03:58:39.527Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-11T03:58:39.527Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-11T03:58:49.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:58:49.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:58:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:58:49.645Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:58:49.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:58:49.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "policy-id",
"timestamp": 1665460664682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T03:58:49.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T03:59:09.528Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T03:59:09.539Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T03:59:09.541Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T03:59:09.541Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-11T03:59:09.541Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-11T03:59:39.542Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T03:59:39.551Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T03:59:39.553Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T03:59:39.553Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-11T03:59:39.554Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-11T03:59:49.611Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T03:59:49.612Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T03:59:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T03:59:49.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T03:59:49.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T03:59:49.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "clamp",
"timestamp": 1665460662969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T03:59:49.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T04:00:09.554Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:00:09.564Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:00:09.567Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T04:00:09.567Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-11T04:00:09.567Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-11T04:00:39.567Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:00:39.577Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:00:39.580Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T04:00:39.580Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-11T04:00:39.581Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-11T04:00:49.611Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T04:00:49.612Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T04:00:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T04:00:50.150Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:00:50.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "cds",
"timestamp": 1665460668762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:00:50.164Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54768df8-03a9-4989-ade4-d58838c7902c
2022-10-11T04:00:50.164Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54768df8-03a9-4989-ade4-d58838c7902c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:00:50.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665460669452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:00:50.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:00:50.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460669605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:00:50.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T04:00:50.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "policy-id",
"timestamp": 1665460664682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:00:50.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T04:00:50.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665460670518,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:00:50.179Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54768df8-03a9-4989-ade4-d58838c7902c
2022-10-11T04:00:50.179Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54768df8-03a9-4989-ade4-d58838c7902c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:00:50.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460669605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"status": "NOTIFIED"
}
2022-10-11T04:00:50.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T04:00:50.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "policy-id",
"timestamp": 1665460664682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:00:50.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T04:00:50.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665460671523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-11T04:00:50.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:00:50.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460669605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-11T04:00:50.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T04:00:50.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "policy-id",
"timestamp": 1665460664682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:00:50.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T04:00:50.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460669605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:00:50.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T04:00:50.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "policy-id",
"timestamp": 1665460672602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:00:50.189Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:00:50.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665460672793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:00:50.189Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:00:50.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460669605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-11T04:00:50.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T04:00:50.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "policy-id",
"timestamp": 1665460673619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:00:50.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:00:50.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665460673800,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:00:50.195Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54768df8-03a9-4989-ade4-d58838c7902c
2022-10-11T04:00:50.195Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54768df8-03a9-4989-ade4-d58838c7902c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:00:50.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460669605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:00:50.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T04:00:50.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "policy-id",
"timestamp": 1665460674627,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:00:50.208Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54768df8-03a9-4989-ade4-d58838c7902c
2022-10-11T04:00:50.208Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54768df8-03a9-4989-ade4-d58838c7902c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-11T04:00:50.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460669605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:00:50.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-11T04:00:50.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460677909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:00:50.215Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:00:50.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "aai-ml",
"timestamp": 1665460680211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:00:50.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:00:50.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "clamp",
"timestamp": 1665460680334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:00:50.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:00:50.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "aai-ml",
"timestamp": 1665460681216,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:00:50.221Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54768df8-03a9-4989-ade4-d58838c7902c
2022-10-11T04:00:50.221Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54768df8-03a9-4989-ade4-d58838c7902c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:00:50.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460681982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:00:50.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:00:50.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "clamp",
"timestamp": 1665460682343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:00:50.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:00:50.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460683078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:00:50.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:00:50.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "clamp",
"timestamp": 1665460683348,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:00:50.235Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 54768df8-03a9-4989-ade4-d58838c7902c
2022-10-11T04:00:50.235Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54768df8-03a9-4989-ade4-d58838c7902c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:00:50.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460684145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:00:50.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:00:50.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460685445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/basic_onboard_pkglzt0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-11T04:00:50.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:00:50.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460686449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-11T04:00:50.244Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:00:50.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460687453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/resourceInstances/basic_onboard_pkglzt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-11T04:00:50.244Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:00:50.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:00:50.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460688457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkglzt/1.0/artifacts/service-BasicOnboardPkglzt-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:00:50.244Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:01:09.581Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:01:09.593Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:01:09.596Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T04:01:09.596Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-11T04:01:09.596Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-11T04:01:09.596Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-11T04:01:09.596Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:01:09.596Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:01:09.597Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:01:09.597Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:01:09.597Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:01:09.597Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:01:09.597Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:01:09.603Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-11T04:01:39.603Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54768df8-03a9-4989-ade4-d58838c7902c and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-11T04:01:39.616Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54768df8-03a9-4989-ade4-d58838c7902c and serviceModelVersionId: 82bcd795-04de-4f52-b480-50aff06d849a
2022-10-11T04:01:39.616Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be465874-dade-4016-bafe-5bbc63233e75
2022-10-11T04:01:49.611Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T04:01:49.612Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T04:01:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T04:01:54.947Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0
2022-10-11T04:01:55.077Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-11T04:01:55.573Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0|INFO|500||Invoke
2022-10-11T04:01:55.581Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54768df8-03a9-4989-ade4-d58838c7902c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1720b095-3688-4070-a6ae-805c25361a02], X-ECOMP-RequestID=[54768df8-03a9-4989-ade4-d58838c7902c], X-TransactionId=[], X-ONAP-RequestID=[54768df8-03a9-4989-ade4-d58838c7902c], Content-Type=[application/merge-patch+json]}
2022-10-11T04:01:55.700Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-11T04:01:56.033Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?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/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221011-04:01:54:486-17138], vertex-id=[200944], Content-Length=[0], Date=[Tue, 11 Oct 2022 04:01:54 GMT], Content-Type=[application/json]}
2022-10-11T04:01:56.034Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-11T04:01:56.035Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be465874-dade-4016-bafe-5bbc63233e75/model-vers/model-ver/82bcd795-04de-4f52-b480-50aff06d849a?depth=0|INFO|500||InvokeReturn
2022-10-11T04:01:56.039Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-11T04:01:56.039Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-11T04:01:56.044Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-11T04:01:56.045Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54768df8-03a9-4989-ade4-d58838c7902c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-11T04:01:56.045Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-11T04:01:56.046Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:01:56.048Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:01:56.048Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460916045,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-11T04:01:56.148Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:01:56.149Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:01:56.150Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:01:56.172Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:01:56.173Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:01:56.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:01:56.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-11T04:01:56.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54768df8-03a9-4989-ade4-d58838c7902c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460916045,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-11T04:01:56.891Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-11T04:01:57.060Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T04:01:57.061Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T04:01:57.061Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:02:07.443Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:02:07.444Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T04:02:07.444Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T04:02:07.444Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:02:17.053Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:02:17.054Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T04:02:17.055Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T04:02:17.055Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:02:26.647Z|54768df8-03a9-4989-ade4-d58838c7902c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:02:26.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T04:02:26.648Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T04:02:26.648Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T04:02:28.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:02:28.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-11T04:02:28.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1774076-6c82-40a8-a140-d67679bff726","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a87b7e6b-568f-4a18-bbc2-3187f6e0e719","serviceDescription":"service","serviceInvariantUUID":"6220640e-68c1-4131-8013-17e0c214e23e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b023348c-323e-41d9-bda6-0d11c8a49c34","resourceInvariantUUID":"b2029488-f50b-4823-99ed-e5f5b7cb4cf1","resourceCustomizationUUID":"757a6e3f-c6e1-4133-8ae9-dfa4225440db","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":"ZDNjYzYzYTk0ZmNjNTdlMzhmNjZkMTFjNDM4MjkwZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17522cd2-f61c-48a9-8fcb-83f1c91b4b51","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzY1YzQ1OTU4MDNlYzUyOTZlYWExMzUwZjdiYWYwZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c2ca29b-b4e1-424f-9590-89624fa48e15","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-11T04:02:28.032Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:02:28.033Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:02:28.035Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:02:28.035Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460946648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:02:28.135Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:02:28.136Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:02:28.136Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:02:28.159Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:02:28.159Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:02:29.036Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:02:29.037Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:02:29.038Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:02:29.039Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460946648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:02:29.139Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:02:29.140Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:02:29.140Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:02:29.162Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:02:29.163Z||pool-20-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:02:30.040Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "a87b7e6b-568f-4a18-bbc2-3187f6e0e719",
"serviceDescription": "service",
"serviceInvariantUUID": "6220640e-68c1-4131-8013-17e0c214e23e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "757a6e3f-c6e1-4133-8ae9-dfa4225440db",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b023348c-323e-41d9-bda6-0d11c8a49c34",
"resourceInvariantUUID": "b2029488-f50b-4823-99ed-e5f5b7cb4cf1",
"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": "MzY1YzQ1OTU4MDNlYzUyOTZlYWExMzUwZjdiYWYwZDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4c2ca29b-b4e1-424f-9590-89624fa48e15"
}
],
"workloadContext": "Production"
}
2022-10-11T04:02:30.040Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-11T04:02:30.040Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a87b7e6b-568f-4a18-bbc2-3187f6e0e719 ASDC
2022-10-11T04:02:30.041Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f1774076-6c82-40a8-a140-d67679bff726
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a87b7e6b-568f-4a18-bbc2-3187f6e0e719
ServiceInvariantUUID:6220640e-68c1-4131-8013-17e0c214e23e
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:4c2ca29b-b4e1-424f-9590-89624fa48e15
ArtifactChecksum:MzY1YzQ1OTU4MDNlYzUyOTZlYWExMzUwZjdiYWYwZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:757a6e3f-c6e1-4133-8ae9-dfa4225440db
ResourceInvariantUUID:b2029488-f50b-4823-99ed-e5f5b7cb4cf1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b023348c-323e-41d9-bda6-0d11c8a49c34
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-11T04:02:30.041Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a87b7e6b-568f-4a18-bbc2-3187f6e0e719 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:02:30.066Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-11T04:02:30.067Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-11T04:02:30.067Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-11T04:02:30.067Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4c2ca29b-b4e1-424f-9590-89624fa48e15 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-11T04:02:30.067Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-11T04:02:30.067Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-11T04:02:30.330Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-11T04:02:30.334Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4c2ca29b-b4e1-424f-9590-89624fa48e15 52510
2022-10-11T04:02:30.334Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-11T04:02:30.334Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-11T04:02:30.334Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-11T04:02:30.335Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:02:30.337Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:02:30.337Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460950334,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:02:30.437Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:02:30.438Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:02:30.438Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:02:30.464Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:02:30.465Z||pool-21-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-10-11T04:02:31.338Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-11T04:02:31.340Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-11T04:02:31.341Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4c2ca29b-b4e1-424f-9590-89624fa48e15, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-11T04:02:31.341Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-11T04:02:31.342Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-11T04:02:31.342Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-11T04:02:31.520Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8865828929163419946/Definitions/service-BasicNetwork-template.yml
2022-10-11T04:02:32.006Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-11T04:02:32.007Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-11T04:02:32.008Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-11T04:02:32.008Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-11T04:02:32.008Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-11T04:02:32.008Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-11T04:02:32.008Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:02:32.008Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:02:32.008Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-11T04:02:32.009Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-11T04:02:32.009Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-11T04:02:32.009Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:02:32.009Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:02:32.009Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-11T04:02:32.009Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-11T04:02:32.010Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-11T04:02:32.010Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:02:32.010Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:02:32.010Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:02:32.010Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:02:32.011Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:02:32.011Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:02:32.011Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:02:32.011Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:02:32.011Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:02:32.011Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:02:32.011Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:a87b7e6b-568f-4a18-bbc2-3187f6e0e719
Model Version:NULL
Model InvariantUuid:6220640e-68c1-4131-8013-17e0c214e23e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b2029488-f50b-4823-99ed-e5f5b7cb4cf1
Model UUID:c379058f-be56-44a4-88fd-e841487b608f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:757a6e3f-c6e1-4133-8ae9-dfa4225440db
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-11T04:02:32.020Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: b023348c-323e-41d9-bda6-0d11c8a49c34
2022-10-11T04:02:32.020Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||No resources found for Service: a87b7e6b-568f-4a18-bbc2-3187f6e0e719
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-11T04:02:32.024Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||
2022-10-11T04:02:32.024Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-11T04:02:32.025Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||No resources found for Service: a87b7e6b-568f-4a18-bbc2-3187f6e0e719
2022-10-11T04:02:32.025Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a87b7e6b-568f-4a18-bbc2-3187f6e0e719
2022-10-11T04:02:32.025Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-11T04:02:32.025Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-11T04:02:32.031Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@488f7cbe, org.onap.sdc.toscaparser.api.parameters.Input@2f1d47b5, org.onap.sdc.toscaparser.api.parameters.Input@5ff075a3, org.onap.sdc.toscaparser.api.parameters.Input@540eb1b3, org.onap.sdc.toscaparser.api.parameters.Input@67d74d00]
2022-10-11T04:02:32.032Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:02:32.033Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:02:32.033Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:02:32.033Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:02:32.033Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a87b7e6b-568f-4a18-bbc2-3187f6e0e719: Generic NeutronNet
2022-10-11T04:02:32.034Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:02:32.034Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:02:32.034Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:02:32.034Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-10-11T04:02:32.072Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:02:32.072Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:02:32.073Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:02:32.073Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:02:32.073Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:02:32.073Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:02:32.073Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-11T04:02:32.136Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-11T04:02:32.137Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-11T04:02:32.137Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-11T04:02:32.138Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-11T04:02:32.138Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:02:32.141Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:02:32.141Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460952137,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:02:32.243Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-11T04:02:32.243Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:02:32.243Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:02:32.293Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:02:32.294Z||pool-22-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-10-11T04:02:33.142Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1774076-6c82-40a8-a140-d67679bff726
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:02:33.152Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1774076-6c82-40a8-a140-d67679bff726
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:02:33.155Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T04:02:33.155Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-11T04:02:33.155Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-11T04:02:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T04:02:49.612Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T04:02:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T04:02:50.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:02:50.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460946648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:02:50.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:02:50.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "cds",
"timestamp": 1665460944721,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:02:50.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:02:50.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "policy-id",
"timestamp": 1665460944682,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:02:50.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:02:50.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460946648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:02:50.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:02:50.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "cds",
"timestamp": 1665460944721,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:02:50.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:02:50.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "policy-id",
"timestamp": 1665460944682,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:02:50.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:02:50.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460950334,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:02:50.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:02:50.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "cds",
"timestamp": 1665460949098,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:02:50.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:02:50.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "policy-id",
"timestamp": 1665460949121,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:02:50.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:02:50.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "cds",
"timestamp": 1665460950138,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:02:50.273Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1774076-6c82-40a8-a140-d67679bff726
2022-10-11T04:02:50.273Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1774076-6c82-40a8-a140-d67679bff726 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:02:50.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "policy-id",
"timestamp": 1665460950137,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:02:50.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:02:50.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665460952137,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:02:50.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:02:50.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "ves-openapi-manager",
"timestamp": 1665460951057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:02:50.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:02:50.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "policy-id",
"timestamp": 1665460951142,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:02:50.287Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1774076-6c82-40a8-a140-d67679bff726
2022-10-11T04:02:50.287Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1774076-6c82-40a8-a140-d67679bff726 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:02:50.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "ves-openapi-manager",
"timestamp": 1665460951057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:02:50.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:02:50.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "aai-ml",
"timestamp": 1665460952873,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:02:50.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:02:50.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "aai-ml",
"timestamp": 1665460952873,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:02:50.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:02:50.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "aai-ml",
"timestamp": 1665460955717,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:02:50.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:02:50.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665460954386,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:02:50.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:02:50.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665460955518,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:02:50.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:02:50.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665460954386,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:02:50.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:02:50.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665460955518,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:02:50.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:02:50.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665460957271,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:02:50.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:02:50.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "aai-ml",
"timestamp": 1665460960242,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:02:50.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:02:50.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665460959891,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:02:50.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:02:50.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "aai-ml",
"timestamp": 1665460961246,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:02:50.306Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1774076-6c82-40a8-a140-d67679bff726
2022-10-11T04:02:50.307Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1774076-6c82-40a8-a140-d67679bff726 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:02:50.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665460960899,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:02:50.319Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1774076-6c82-40a8-a140-d67679bff726
2022-10-11T04:02:50.319Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1774076-6c82-40a8-a140-d67679bff726 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:02:50.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "clamp",
"timestamp": 1665460962969,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:02:50.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:02:50.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:02:50.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "clamp",
"timestamp": 1665460962969,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:02:50.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:03.155Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1774076-6c82-40a8-a140-d67679bff726
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:03:03.168Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1774076-6c82-40a8-a140-d67679bff726
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:03:03.172Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T04:03:03.172Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-11T04:03:03.173Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-11T04:03:03.173Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-11T04:03:03.173Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:03:03.174Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:03:03.174Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:03:03.174Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:03:03.174Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:03:03.175Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:03:03.180Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-11T04:03:33.181Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1774076-6c82-40a8-a140-d67679bff726 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-11T04:03:33.188Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1774076-6c82-40a8-a140-d67679bff726 and serviceModelVersionId: a87b7e6b-568f-4a18-bbc2-3187f6e0e719
2022-10-11T04:03:33.188Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6220640e-68c1-4131-8013-17e0c214e23e
2022-10-11T04:03:33.189Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6220640e-68c1-4131-8013-17e0c214e23e/model-vers/model-ver/a87b7e6b-568f-4a18-bbc2-3187f6e0e719?depth=0
2022-10-11T04:03:33.194Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-10-11T04:03:33.272Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6220640e-68c1-4131-8013-17e0c214e23e/model-vers/model-ver/a87b7e6b-568f-4a18-bbc2-3187f6e0e719?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-11T04:03:33.276Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6220640e-68c1-4131-8013-17e0c214e23e/model-vers/model-ver/a87b7e6b-568f-4a18-bbc2-3187f6e0e719?depth=0|INFO|500||Invoke
2022-10-11T04:03:33.304Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6220640e-68c1-4131-8013-17e0c214e23e/model-vers/model-ver/a87b7e6b-568f-4a18-bbc2-3187f6e0e719?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-11T04:03:33.490Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6220640e-68c1-4131-8013-17e0c214e23e/model-vers/model-ver/a87b7e6b-568f-4a18-bbc2-3187f6e0e719?depth=0|INFO|500||InvokeReturn
2022-10-11T04:03:33.490Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6220640e-68c1-4131-8013-17e0c214e23e/model-vers/model-ver/a87b7e6b-568f-4a18-bbc2-3187f6e0e719?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221011-04:03:32:071-55520], vertex-id=[368664], Content-Length=[0], Date=[Tue, 11 Oct 2022 04:03:32 GMT], Content-Type=[application/json]}
2022-10-11T04:03:33.490Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-10-11T04:03:33.490Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-11T04:03:33.490Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-11T04:03:33.501Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-11T04:03:33.501Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1774076-6c82-40a8-a140-d67679bff726 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-11T04:03:33.501Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-11T04:03:33.501Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:33.503Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:33.503Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461013501,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-11T04:03:33.603Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:33.604Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:33.605Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:33.631Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:33.631Z||pool-23-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-11T04:03:34.516Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T04:03:34.517Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T04:03:34.517Z|f1774076-6c82-40a8-a140-d67679bff726|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 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:38.778Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:38.779Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-11T04:03:38.780Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"33d96a3a-ae6d-4fab-8567-c77b5b8b098e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"18059d4d-d1c8-4b8b-a50a-a9c9371186b0","serviceDescription":"service","serviceInvariantUUID":"8ac9463c-65a5-4039-94db-0ad21e14cfab","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a18344ed-f8fc-4fb8-ba03-dd77670ee77e","resourceInvariantUUID":"3cff5277-909d-4ac3-99a6-c64fa93c4a27","resourceCustomizationUUID":"08ebcc16-ad02-4abd-b1ee-6ead94de086c","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":"NzI1OTQ2MTFmNGM4N2E3ZDkwMDE5YWExYjQwZjVhNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a333cb0a-2eaf-4b41-a62a-7e283f552aa0","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":"6b8d6f81-b35b-4818-9fd2-b3722f1c2584","artifactVersion":"2","generatedFromUUID":"95663d53-5d67-4088-90e5-709da59862bd"},{"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":"95663d53-5d67-4088-90e5-709da59862bd","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":"NDY3ZmVlODc2ZjYwOWJlMzQ1OWQ3MWJjZjc0ZmQ0ZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"295bd0e0-825b-475b-9975-372983ce5236","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":"e704da4e-b71b-4f2e-b6db-e5603b9aafc1","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":"0f64baff-57fb-4e5c-b3e2-bc53e5a2f677","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":"dc89c2b6-f284-4b81-9ee3-3a53c5af6224","artifactVersion":"2","generatedFromUUID":"e704da4e-b71b-4f2e-b6db-e5603b9aafc1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTQ3YjlhM2ZiYTBjM2M3MjNlMzhmYzcwZjc2NDMyZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"750194e1-02c4-409a-ac86-b3249cc1b822","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZmUwM2U3NWQzMjUwNjZjYzQ4ZGYxOTNjMzNiZjA2NGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5218b78a-9762-4075-a23b-ab3193bcc4a5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-11T04:03:38.783Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:03:38.783Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:38.785Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:38.785Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:38.885Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:38.886Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:38.886Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:38.911Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:38.911Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:03:39.786Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:03:39.786Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:39.788Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:39.788Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-11T04:03:39.888Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:39.889Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:39.889Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:39.909Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:39.910Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:03:40.788Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:03:40.789Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:40.791Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:40.791Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-11T04:03:40.891Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:40.892Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:40.892Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:40.918Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:40.918Z||pool-26-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:03:41.791Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:03:41.793Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:41.819Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:41.819Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-11T04:03:41.909Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-10-11T04:03:41.910Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:41.911Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:41.945Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:41.946Z||pool-27-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:03:42.819Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:03:42.820Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:42.823Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:42.823Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-11T04:03:42.923Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:42.924Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:42.924Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:42.961Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:42.962Z||pool-28-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:03:43.823Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:03:43.824Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:43.826Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:43.826Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:43.926Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:43.927Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:43.927Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:43.944Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:43.944Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:03:44.826Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:03:44.827Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:44.829Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:44.829Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-11T04:03:44.929Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:44.930Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:44.931Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:44.956Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:44.957Z||pool-30-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:03:45.830Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:03:45.830Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:45.832Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:45.832Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:45.932Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:45.933Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:45.933Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:45.960Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:45.961Z||pool-31-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:03:46.833Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:03:46.834Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:46.835Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:46.836Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:03:46.936Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:46.936Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:46.936Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:46.956Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:46.956Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-11T04:03:47.837Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "18059d4d-d1c8-4b8b-a50a-a9c9371186b0",
"serviceDescription": "service",
"serviceInvariantUUID": "8ac9463c-65a5-4039-94db-0ad21e14cfab",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "08ebcc16-ad02-4abd-b1ee-6ead94de086c",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a18344ed-f8fc-4fb8-ba03-dd77670ee77e",
"resourceInvariantUUID": "3cff5277-909d-4ac3-99a6-c64fa93c4a27",
"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": "6b8d6f81-b35b-4818-9fd2-b3722f1c2584",
"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": "95663d53-5d67-4088-90e5-709da59862bd",
"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": "NDY3ZmVlODc2ZjYwOWJlMzQ1OWQ3MWJjZjc0ZmQ0ZmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "295bd0e0-825b-475b-9975-372983ce5236",
"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": "e704da4e-b71b-4f2e-b6db-e5603b9aafc1",
"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": "dc89c2b6-f284-4b81-9ee3-3a53c5af6224",
"generatedFromUUID": "e704da4e-b71b-4f2e-b6db-e5603b9aafc1"
},
"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": "dc89c2b6-f284-4b81-9ee3-3a53c5af6224",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "ZmUwM2U3NWQzMjUwNjZjYzQ4ZGYxOTNjMzNiZjA2NGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5218b78a-9762-4075-a23b-ab3193bcc4a5"
}
],
"workloadContext": "Production"
}
2022-10-11T04:03:47.837Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-11T04:03:47.837Z|f1774076-6c82-40a8-a140-d67679bff726|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 18059d4d-d1c8-4b8b-a50a-a9c9371186b0 ASDC
2022-10-11T04:03:47.838Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:33d96a3a-ae6d-4fab-8567-c77b5b8b098e
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:18059d4d-d1c8-4b8b-a50a-a9c9371186b0
ServiceInvariantUUID:8ac9463c-65a5-4039-94db-0ad21e14cfab
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:5218b78a-9762-4075-a23b-ab3193bcc4a5
ArtifactChecksum:ZmUwM2U3NWQzMjUwNjZjYzQ4ZGYxOTNjMzNiZjA2NGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:08ebcc16-ad02-4abd-b1ee-6ead94de086c
ResourceInvariantUUID:3cff5277-909d-4ac3-99a6-c64fa93c4a27
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a18344ed-f8fc-4fb8-ba03-dd77670ee77e
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:6b8d6f81-b35b-4818-9fd2-b3722f1c2584
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:95663d53-5d67-4088-90e5-709da59862bd
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:295bd0e0-825b-475b-9975-372983ce5236
ArtifactChecksum:NDY3ZmVlODc2ZjYwOWJlMzQ1OWQ3MWJjZjc0ZmQ0ZmI=
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:e704da4e-b71b-4f2e-b6db-e5603b9aafc1
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:dc89c2b6-f284-4b81-9ee3-3a53c5af6224
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:dc89c2b6-f284-4b81-9ee3-3a53c5af6224
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-11T04:03:47.838Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18059d4d-d1c8-4b8b-a50a-a9c9371186b0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:03:47.864Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-11T04:03:47.865Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-11T04:03:47.865Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-11T04:03:47.865Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5218b78a-9762-4075-a23b-ab3193bcc4a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-11T04:03:47.865Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-11T04:03:47.865Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-11T04:03:48.123Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-11T04:03:48.128Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5218b78a-9762-4075-a23b-ab3193bcc4a5 68950
2022-10-11T04:03:48.128Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-11T04:03:48.128Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-11T04:03:48.129Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-11T04:03:48.129Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:48.131Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:48.132Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461028128,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:03:48.232Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:48.233Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:48.233Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:48.265Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:48.265Z||pool-33-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:03:49.133Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-11T04:03:49.138Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-11T04:03:49.138Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5218b78a-9762-4075-a23b-ab3193bcc4a5, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-11T04:03:49.139Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-11T04:03:49.139Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-11T04:03:49.139Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-11T04:03:49.256Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12687791968548437250/Definitions/service-BasicCnf-template.yml
2022-10-11T04:03:49.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T04:03:49.611Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T04:03:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:49.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:49.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "clamp",
"timestamp": 1665460970368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:03:49.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:03:49.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "clamp",
"timestamp": 1665460972376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:03:49.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:03:49.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "clamp",
"timestamp": 1665460973380,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:03:49.937Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1774076-6c82-40a8-a140-d67679bff726
2022-10-11T04:03:49.938Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1774076-6c82-40a8-a140-d67679bff726 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:03:49.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1774076-6c82-40a8-a140-d67679bff726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461013501,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-11T04:03:49.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:03:49.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665461011056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "aai-ml",
"timestamp": 1665461012874,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461015518,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461014386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "aai-ml",
"timestamp": 1665461012874,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461015518,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-11T04:03:49.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665461011056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461014386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-11T04:03:49.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665461011056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "aai-ml",
"timestamp": 1665461012874,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461015518,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-11T04:03:49.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461014386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-11T04:03:49.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "cds",
"timestamp": 1665461019721,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461015518,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-11T04:03:49.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665461011056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "aai-ml",
"timestamp": 1665461012874,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461014386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-11T04:03:49.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "cds",
"timestamp": 1665461019721,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665461011056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461015518,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-11T04:03:49.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "aai-ml",
"timestamp": 1665461012874,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461014386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-11T04:03:49.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "cds",
"timestamp": 1665461019721,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665461011056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "aai-ml",
"timestamp": 1665461012874,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461015518,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461014386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "clamp",
"timestamp": 1665461022969,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "cds",
"timestamp": 1665461019721,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "aai-ml",
"timestamp": 1665461012874,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665461011056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461015518,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-11T04:03:49.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461014386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-11T04:03:49.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "clamp",
"timestamp": 1665461022969,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "cds",
"timestamp": 1665461019721,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "aai-ml",
"timestamp": 1665461012874,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665461011056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461015518,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461014386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "clamp",
"timestamp": 1665461022969,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:49.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:49.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:49.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "policy-id",
"timestamp": 1665461024682,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:50.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:50.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "cds",
"timestamp": 1665461019721,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:50.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:50.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461015518,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:03:50.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:50.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665461011056,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:50.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:50.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "aai-ml",
"timestamp": 1665461012874,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:03:50.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:50.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461014516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:03:50.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:50.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461014386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:03:50.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:50.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "clamp",
"timestamp": 1665461022969,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-11T04:03:50.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:50.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "policy-id",
"timestamp": 1665461024682,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:50.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:50.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "cds",
"timestamp": 1665461019721,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:50.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:50.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "clamp",
"timestamp": 1665461022969,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:50.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:50.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "aai-ml",
"timestamp": 1665461027684,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:03:50.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:03:50.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461027367,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:03:50.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:03:50.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461028128,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:03:50.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:03:50.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461026880,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:03:50.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:03:50.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "policy-id",
"timestamp": 1665461024682,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:50.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:50.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "cds",
"timestamp": 1665461019721,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:50.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:50.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "clamp",
"timestamp": 1665461022969,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:03:50.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:03:50.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:03:50.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461028483,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:03:50.016Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:03:50.407Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-11T04:03:50.408Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-11T04:03:50.408Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-11T04:03:50.408Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-11T04:03:50.408Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-11T04:03:50.409Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-11T04:03:50.409Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-11T04:03:50.409Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-11T04:03:50.409Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-11T04:03:50.410Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:50.410Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:03:50.410Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-11T04:03:50.410Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-11T04:03:50.411Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-11T04:03:50.411Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:50.411Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:03:50.412Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-11T04:03:50.412Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-11T04:03:50.412Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-11T04:03:50.413Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:50.413Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:03:50.414Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:50.414Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-11T04:03:50.414Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-11T04:03:50.414Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-11T04:03:50.415Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-11T04:03:50.415Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:50.415Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-11T04:03:50.416Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:50.416Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-11T04:03:50.416Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-11T04:03:50.417Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:50.417Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-11T04:03:50.417Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-11T04:03:50.417Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:50.418Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-11T04:03:50.418Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-11T04:03:50.418Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:50.419Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-11T04:03:50.419Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-11T04:03:50.419Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8876c26e-774a-4a24-b122-42a61e90f89d
2022-10-11T04:03:50.420Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:50.420Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:03:50.420Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:50.420Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:03:50.421Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:50.421Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:03:50.421Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:50.421Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:03:50.422Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:18059d4d-d1c8-4b8b-a50a-a9c9371186b0
Model Version:NULL
Model InvariantUuid:8ac9463c-65a5-4039-94db-0ad21e14cfab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:928f5302-e343-4037-b588-2f53166df3f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3cff5277-909d-4ac3-99a6-c64fa93c4a27
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:08ebcc16-ad02-4abd-b1ee-6ead94de086c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4a3b5c46-51dd-4097-add0-d4904075ca85
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:bfae7a52-40e5-4a7a-a26e-fb21e69dd2b4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8876c26e-774a-4a24-b122-42a61e90f89d
ModelInvariantUuid:82a22b4d-50fc-42a9-b552-5b3e636df830
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a2d490bf-9aae-4d18-ae73-9105a899ecbb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:1b71ac0f-c045-486c-a1e8-9d566c7c1046
ModelInvariantUuid:0302c6dd-941e-4d38-932b-38e930c171b1
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:685a9d97-2f4e-41d3-96d4-42c2a58d0e22
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-11T04:03:50.428Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a18344ed-f8fc-4fb8-ba03-dd77670ee77e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-11T04:03:50.432Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-10-11T04:03:50.433Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a18344ed-f8fc-4fb8-ba03-dd77670ee77e
2022-10-11T04:03:50.433Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6b8d6f81-b35b-4818-9fd2-b3722f1c2584 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-11T04:03:50.434Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-11T04:03:50.434Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-11T04:03:50.492Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-11T04:03:50.492Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6b8d6f81-b35b-4818-9fd2-b3722f1c2584 12
2022-10-11T04:03:50.493Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-11T04:03:50.493Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-11T04:03:50.493Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-11T04:03:50.493Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:50.495Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:50.495Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461030493,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:03:50.595Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-11T04:03:50.596Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:50.596Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:50.619Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:50.619Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-10-11T04:03:51.496Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 95663d53-5d67-4088-90e5-709da59862bd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-11T04:03:51.496Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-11T04:03:51.497Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-11T04:03:51.580Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-11T04:03:51.580Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 95663d53-5d67-4088-90e5-709da59862bd 2688
2022-10-11T04:03:51.580Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-11T04:03:51.581Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-11T04:03:51.581Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-11T04:03:51.581Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:51.583Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:51.583Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461031580,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:03:51.683Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:51.684Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:51.684Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:51.706Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:51.706Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:03:52.584Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 295bd0e0-825b-475b-9975-372983ce5236 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-11T04:03:52.585Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-11T04:03:52.586Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-11T04:03:52.650Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-11T04:03:52.650Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 295bd0e0-825b-475b-9975-372983ce5236 828
2022-10-11T04:03:52.650Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-11T04:03:52.651Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-11T04:03:52.651Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-11T04:03:52.651Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:52.653Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:52.653Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461032650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:03:52.753Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:52.754Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:52.754Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:52.796Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:52.796Z||pool-36-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:03:53.654Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "4a3b5c46-51dd-4097-add0-d4904075ca85",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bfae7a52-40e5-4a7a-a26e-fb21e69dd2b4",
"vfModuleModelCustomizationUUID": "1982a1df-e31a-455e-a508-f9ff6e2fa1c1",
"isBase": true,
"artifacts": [
"e704da4e-b71b-4f2e-b6db-e5603b9aafc1",
"95663d53-5d67-4088-90e5-709da59862bd",
"dc89c2b6-f284-4b81-9ee3-3a53c5af6224"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-11T04:03:53.658Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bfae7a52-40e5-4a7a-a26e-fb21e69dd2b4
VfModuleModelInvariantUUID:4a3b5c46-51dd-4097-add0-d4904075ca85
VfModuleModelDescription:NULL
Artifacts UUID List:{
e704da4e-b71b-4f2e-b6db-e5603b9aafc1
,
95663d53-5d67-4088-90e5-709da59862bd
,
dc89c2b6-f284-4b81-9ee3-3a53c5af6224
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-11T04:03:53.660Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "4a3b5c46-51dd-4097-add0-d4904075ca85",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bfae7a52-40e5-4a7a-a26e-fb21e69dd2b4",
"vfModuleModelCustomizationUUID": "1982a1df-e31a-455e-a508-f9ff6e2fa1c1",
"isBase": true,
"artifacts": [
"e704da4e-b71b-4f2e-b6db-e5603b9aafc1",
"95663d53-5d67-4088-90e5-709da59862bd",
"dc89c2b6-f284-4b81-9ee3-3a53c5af6224"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-11T04:03:53.660Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bfae7a52-40e5-4a7a-a26e-fb21e69dd2b4
VfModuleModelInvariantUUID:4a3b5c46-51dd-4097-add0-d4904075ca85
VfModuleModelDescription:NULL
Artifacts UUID List:{
e704da4e-b71b-4f2e-b6db-e5603b9aafc1
,
95663d53-5d67-4088-90e5-709da59862bd
,
dc89c2b6-f284-4b81-9ee3-3a53c5af6224
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-11T04:03:53.660Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e704da4e-b71b-4f2e-b6db-e5603b9aafc1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-11T04:03:53.661Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-11T04:03:53.661Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-11T04:03:53.855Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-11T04:03:53.856Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e704da4e-b71b-4f2e-b6db-e5603b9aafc1 1164
2022-10-11T04:03:53.856Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-11T04:03:53.856Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-11T04:03:53.856Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-11T04:03:53.857Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:53.858Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:53.858Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461033856,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:03:53.958Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:53.959Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:53.960Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:53.988Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:53.989Z||pool-37-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:03:54.859Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dc89c2b6-f284-4b81-9ee3-3a53c5af6224 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-11T04:03:54.859Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-11T04:03:54.859Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-11T04:03:55.004Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-11T04:03:55.005Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env dc89c2b6-f284-4b81-9ee3-3a53c5af6224 200
2022-10-11T04:03:55.005Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-11T04:03:55.005Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-11T04:03:55.005Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-11T04:03:55.006Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:55.007Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:55.007Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461035005,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:03:55.107Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:55.109Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:55.109Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:55.134Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:55.134Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-10-11T04:03:56.008Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 18059d4d-d1c8-4b8b-a50a-a9c9371186b0
2022-10-11T04:03:56.008Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a18344ed-f8fc-4fb8-ba03-dd77670ee77e 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 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=?
2022-10-11T04:03:56.023Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-11T04:03:56.026Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2629a1f9, org.onap.sdc.toscaparser.api.parameters.Input@4f32548d, org.onap.sdc.toscaparser.api.parameters.Input@46c7821, org.onap.sdc.toscaparser.api.parameters.Input@236a09d2, org.onap.sdc.toscaparser.api.parameters.Input@48a7422f]
2022-10-11T04:03:56.028Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:56.028Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:03:56.028Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-10-11T04:03:56.028Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 08ebcc16-ad02-4abd-b1ee-6ead94de086c
2022-10-11T04:03:56.028Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08ebcc16-ad02-4abd-b1ee-6ead94de086c matches Tosca VF Customization UUID: 08ebcc16-ad02-4abd-b1ee-6ead94de086c
2022-10-11T04:03:56.028Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 08ebcc16-ad02-4abd-b1ee-6ead94de086c matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-11T04:03:56.031Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:56.031Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:03:56.031Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 08ebcc16-ad02-4abd-b1ee-6ead94de086c: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-10-11T04:03:56.032Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f19d69
2022-10-11T04:03:56.032Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:56.032Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-11T04:03:56.032Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1982a1df-e31a-455e-a508-f9ff6e2fa1c1
2022-10-11T04:03:56.032Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1982a1df-e31a-455e-a508-f9ff6e2fa1c1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-11T04:03:56.035Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:56.035Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-11T04:03:56.035Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-11T04:03:56.035Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:56.036Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-11T04:03:56.036Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-11T04:03:56.036Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:56.036Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-11T04:03:56.036Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-11T04:03:56.036Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8876c26e-774a-4a24-b122-42a61e90f89d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-11T04:03:56.038Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:56.039Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-11T04:03:56.039Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-11T04:03:56.039Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:56.039Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-11T04:03:56.039Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=08ebcc16-ad02-4abd-b1ee-6ead94de086c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-11T04:03:56.041Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:56.041Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:03:56.041Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 18059d4d-d1c8-4b8b-a50a-a9c9371186b0: basic_cnf
2022-10-11T04:03:56.041Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:56.042Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:03:56.042Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:56.042Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:03:56.042Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:56.042Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:03:56.042Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:56.043Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:03:56.043Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:03:56.043Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:03:56.043Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:03:56.103Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a18344ed-f8fc-4fb8-ba03-dd77670ee77e 1 ASDC deployResourceStructure
2022-10-11T04:03:56.104Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-11T04:03:56.104Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-10-11T04:03:56.104Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-11T04:03:56.104Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:56.106Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:56.106Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461036103,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-11T04:03:56.206Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:56.207Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:56.207Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:56.228Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:56.229Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:03:57.107Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-11T04:03:57.107Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-10-11T04:03:57.108Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-11T04:03:57.108Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:57.110Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:57.110Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461037107,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-11T04:03:57.210Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:57.211Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:57.211Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:57.230Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:57.231Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:03:58.110Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-11T04:03:58.111Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-11T04:03:58.111Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-11T04:03:58.111Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:58.113Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:58.113Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461038110,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-11T04:03:58.213Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:03:58.214Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:58.215Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:58.241Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:58.241Z||pool-41-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-10-11T04:03:59.115Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-11T04:03:59.115Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-11T04:03:59.115Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-11T04:03:59.115Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:03:59.117Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:03:59.117Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461039114,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-10-11T04:03:59.218Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-11T04:03:59.219Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:03:59.219Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:03:59.242Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:03:59.243Z||pool-42-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-10-11T04:04:00.118Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-11T04:04:00.119Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-11T04:04:00.119Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-11T04:04:00.119Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:04:00.121Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:04:00.121Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461040118,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-10-11T04:04:00.222Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:04:00.222Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:04:00.223Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:04:00.241Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:04:00.241Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:04:01.122Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-11T04:04:01.123Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-11T04:04:01.124Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-11T04:04:01.124Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:04:01.126Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:04:01.127Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461041122,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:04:01.227Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:04:01.227Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:04:01.228Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:04:01.245Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:04:01.245Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:04:02.128Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:04:02.140Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:04:02.144Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T04:04:02.144Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-11T04:04:02.145Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-11T04:04:32.145Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:04:32.159Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:04:32.164Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T04:04:32.164Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-11T04:04:32.164Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-11T04:04:49.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T04:04:49.630Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T04:04:49.630Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T04:04:49.665Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:04:49.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:04:49.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "policy-id",
"timestamp": 1665461024682,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:04:49.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:05:02.165Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:05:02.174Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:05:02.176Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T04:05:02.176Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-11T04:05:02.176Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-11T04:05:32.177Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:05:32.187Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:05:32.189Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T04:05:32.189Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-11T04:05:32.189Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-11T04:05:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T04:05:49.612Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T04:05:49.612Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T04:05:49.652Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:05:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:05:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "cds",
"timestamp": 1665461019721,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:05:49.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:06:02.189Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:06:02.203Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:06:02.205Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T04:06:02.205Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-11T04:06:02.205Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-11T04:06:32.206Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:06:32.222Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:06:32.223Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T04:06:32.224Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-11T04:06:32.224Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-11T04:06:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T04:06:49.613Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T04:06:49.613Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T04:06:49.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:06:49.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "clamp",
"timestamp": 1665461022969,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:06:49.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:06:49.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461029582,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:06:49.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461030493,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:06:49.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "policy-id",
"timestamp": 1665461024682,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-11T04:06:49.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:06:49.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "cds",
"timestamp": 1665461029620,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:06:49.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "clamp",
"timestamp": 1665461022969,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:06:49.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:06:49.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461030665,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:06:49.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461030318,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:06:49.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461031580,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:06:49.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "policy-id",
"timestamp": 1665461024682,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:06:49.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:06:49.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "cds",
"timestamp": 1665461030642,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:06:49.677Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
2022-10-11T04:06:49.677Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33d96a3a-ae6d-4fab-8567-c77b5b8b098e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:06:49.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "clamp",
"timestamp": 1665461022969,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:06:49.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:06:49.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461031708,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:06:49.694Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
2022-10-11T04:06:49.695Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33d96a3a-ae6d-4fab-8567-c77b5b8b098e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:06:49.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461031325,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:06:49.712Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
2022-10-11T04:06:49.712Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33d96a3a-ae6d-4fab-8567-c77b5b8b098e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:06:49.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461032650,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:06:49.721Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "policy-id",
"timestamp": 1665461024682,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:06:49.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:06:49.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461032712,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-11T04:06:49.724Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "policy-id",
"timestamp": 1665461024682,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:06:49.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:06:49.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461033856,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:06:49.725Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "policy-id",
"timestamp": 1665461024682,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:06:49.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:06:49.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461035005,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:06:49.727Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "aai-ml",
"timestamp": 1665461035059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:06:49.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "policy-id",
"timestamp": 1665461034483,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:06:49.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461036103,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-11T04:06:49.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "aai-ml",
"timestamp": 1665461036063,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:06:49.735Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
2022-10-11T04:06:49.736Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33d96a3a-ae6d-4fab-8567-c77b5b8b098e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:06:49.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "policy-id",
"timestamp": 1665461035525,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:06:49.744Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461037107,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-11T04:06:49.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "policy-id",
"timestamp": 1665461036531,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:06:49.751Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
2022-10-11T04:06:49.751Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33d96a3a-ae6d-4fab-8567-c77b5b8b098e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-11T04:06:49.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461038110,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-11T04:06:49.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461039114,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-10-11T04:06:49.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461040118,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-10-11T04:06:49.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "clamp",
"timestamp": 1665461040377,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:06:49.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461041122,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:06:49.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "clamp",
"timestamp": 1665461042388,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-11T04:06:49.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-11T04:06:49.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:06:49.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "clamp",
"timestamp": 1665461043391,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:06:49.767Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
2022-10-11T04:06:49.767Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33d96a3a-ae6d-4fab-8567-c77b5b8b098e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:07:02.224Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:07:02.235Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-11T04:07:02.238Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-11T04:07:02.238Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-11T04:07:02.238Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-11T04:07:02.239Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-11T04:07:02.247Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-11T04:07:32.247Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-11T04:07:32.255Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33d96a3a-ae6d-4fab-8567-c77b5b8b098e and serviceModelVersionId: 18059d4d-d1c8-4b8b-a50a-a9c9371186b0
2022-10-11T04:07:32.255Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ac9463c-65a5-4039-94db-0ad21e14cfab
2022-10-11T04:07:32.258Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ac9463c-65a5-4039-94db-0ad21e14cfab/model-vers/model-ver/18059d4d-d1c8-4b8b-a50a-a9c9371186b0?depth=0
2022-10-11T04:07:32.269Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-10-11T04:07:32.354Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ac9463c-65a5-4039-94db-0ad21e14cfab/model-vers/model-ver/18059d4d-d1c8-4b8b-a50a-a9c9371186b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-11T04:07:32.358Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ac9463c-65a5-4039-94db-0ad21e14cfab/model-vers/model-ver/18059d4d-d1c8-4b8b-a50a-a9c9371186b0?depth=0|INFO|500||Invoke
2022-10-11T04:07:32.385Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ac9463c-65a5-4039-94db-0ad21e14cfab/model-vers/model-ver/18059d4d-d1c8-4b8b-a50a-a9c9371186b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-11T04:07:32.539Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ac9463c-65a5-4039-94db-0ad21e14cfab/model-vers/model-ver/18059d4d-d1c8-4b8b-a50a-a9c9371186b0?depth=0|INFO|500||InvokeReturn
2022-10-11T04:07:32.540Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ac9463c-65a5-4039-94db-0ad21e14cfab/model-vers/model-ver/18059d4d-d1c8-4b8b-a50a-a9c9371186b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221011-04:07:31:153-8979], vertex-id=[237576], Content-Length=[0], Date=[Tue, 11 Oct 2022 04:07:31 GMT], Content-Type=[application/json]}
2022-10-11T04:07:32.540Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-10-11T04:07:32.541Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-11T04:07:32.541Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-11T04:07:32.548Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-11T04:07:32.548Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33d96a3a-ae6d-4fab-8567-c77b5b8b098e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-11T04:07:32.548Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-11T04:07:32.549Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:07:32.553Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:07:32.553Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "33d96a3a-ae6d-4fab-8567-c77b5b8b098e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461252548,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-11T04:07:32.653Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:07:32.655Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:07:32.655Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:07:32.678Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:07:32.679Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-11T04:07:33.567Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T04:07:33.568Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T04:07:33.568Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|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 3LXDdphQSMC1di8Q) ...
2022-10-11T04:07:38.177Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:07:38.178Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-11T04:07:38.178Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f69d7bc-e5a5-450a-b038-3b796ee33b83","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"43b6e4e9-0b61-4b06-8fea-4690b4161137","serviceDescription":"service","serviceInvariantUUID":"9a8b7a41-6f68-49f0-bd1d-41f35a1150a7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bc5c8edd-6a07-4c12-b891-eb93bac089d5","resourceInvariantUUID":"dde7e89c-86d7-46df-b996-f8f11b8a6204","resourceCustomizationUUID":"3ac25e4a-3847-4d37-94f0-3d56eb2a7d73","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":"NTI0YTI0ZmRjZWZlYTQ3MzIzYjk2MzY5ZDMzZWJlZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd6ee5e8-fa8e-4c91-8dba-9e76166e4d8d","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":"ZmVmZGVhMDExNjMzNDI5YWVjNGEyNDdhNWYxOTQ3ODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d620ba6c-1679-47e4-8307-046999cd8020","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":"222b5198-97b7-4481-828b-baf0d30b4960","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":"c1f708e2-fb50-464b-a44c-ab5e64df8c7e","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":"77611755-8495-4b19-8c2b-b5a82cc25f6d","artifactVersion":"2","generatedFromUUID":"222b5198-97b7-4481-828b-baf0d30b4960"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjZmNjI5ZjNjYjBlMjU4MDMwMDgyZTM2ZWI5YWZlMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c88ea9b-6db8-4c50-8ccf-210c1bfee52d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTZlZjhiZjlmZjQwODkwMDJlZjQzMzhiMzI4MmJjNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93e0b603-3b81-41f9-b8ba-988f2a397407","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-11T04:07:38.183Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:07:38.183Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:07:38.185Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:07:38.186Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461253567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:38.286Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:07:38.287Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:07:38.287Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:07:38.320Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:07:38.320Z||pool-46-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:07:39.186Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:07:39.187Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:07:39.189Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:07:39.189Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461253567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-11T04:07:39.289Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:07:39.290Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:07:39.290Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:07:39.311Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:07:39.312Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:07:40.190Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:07:40.190Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:07:40.192Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:07:40.192Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461253567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-11T04:07:40.293Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:07:40.293Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:07:40.293Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:07:40.334Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:07:40.334Z||pool-48-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:07:41.193Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:07:41.194Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:07:41.196Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:07:41.196Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461253567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:41.296Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:07:41.297Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:07:41.297Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:07:41.327Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:07:41.327Z||pool-49-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":3,"count":1}
2022-10-11T04:07:42.197Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:07:42.198Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:07:42.200Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:07:42.200Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461253567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-11T04:07:42.300Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:07:42.301Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:07:42.301Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:07:42.332Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:07:42.332Z||pool-50-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-10-11T04:07:43.200Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:07:43.201Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:07:43.203Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:07:43.203Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461253567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:43.303Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:07:43.304Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:07:43.304Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:07:43.326Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:07:43.328Z||pool-51-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":2,"count":1}
2022-10-11T04:07:44.204Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-11T04:07:44.205Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:07:44.208Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:07:44.208Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461253567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:07:44.308Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:07:44.309Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:07:44.309Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:07:44.332Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:07:44.332Z||pool-52-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-10-11T04:07:45.209Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "43b6e4e9-0b61-4b06-8fea-4690b4161137",
"serviceDescription": "service",
"serviceInvariantUUID": "9a8b7a41-6f68-49f0-bd1d-41f35a1150a7",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "3ac25e4a-3847-4d37-94f0-3d56eb2a7d73",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bc5c8edd-6a07-4c12-b891-eb93bac089d5",
"resourceInvariantUUID": "dde7e89c-86d7-46df-b996-f8f11b8a6204",
"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": "ZmVmZGVhMDExNjMzNDI5YWVjNGEyNDdhNWYxOTQ3ODU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d620ba6c-1679-47e4-8307-046999cd8020",
"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": "222b5198-97b7-4481-828b-baf0d30b4960",
"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": "77611755-8495-4b19-8c2b-b5a82cc25f6d",
"generatedFromUUID": "222b5198-97b7-4481-828b-baf0d30b4960"
},
"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": "77611755-8495-4b19-8c2b-b5a82cc25f6d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YTZlZjhiZjlmZjQwODkwMDJlZjQzMzhiMzI4MmJjNGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "93e0b603-3b81-41f9-b8ba-988f2a397407"
}
],
"workloadContext": "Production"
}
2022-10-11T04:07:45.210Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-11T04:07:45.210Z|33d96a3a-ae6d-4fab-8567-c77b5b8b098e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 43b6e4e9-0b61-4b06-8fea-4690b4161137 ASDC
2022-10-11T04:07:45.211Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:7f69d7bc-e5a5-450a-b038-3b796ee33b83
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:43b6e4e9-0b61-4b06-8fea-4690b4161137
ServiceInvariantUUID:9a8b7a41-6f68-49f0-bd1d-41f35a1150a7
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:93e0b603-3b81-41f9-b8ba-988f2a397407
ArtifactChecksum:YTZlZjhiZjlmZjQwODkwMDJlZjQzMzhiMzI4MmJjNGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3ac25e4a-3847-4d37-94f0-3d56eb2a7d73
ResourceInvariantUUID:dde7e89c-86d7-46df-b996-f8f11b8a6204
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:bc5c8edd-6a07-4c12-b891-eb93bac089d5
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:d620ba6c-1679-47e4-8307-046999cd8020
ArtifactChecksum:ZmVmZGVhMDExNjMzNDI5YWVjNGEyNDdhNWYxOTQ3ODU=
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:222b5198-97b7-4481-828b-baf0d30b4960
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:77611755-8495-4b19-8c2b-b5a82cc25f6d
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:77611755-8495-4b19-8c2b-b5a82cc25f6d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-11T04:07:45.211Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 43b6e4e9-0b61-4b06-8fea-4690b4161137 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-11T04:07:45.242Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-11T04:07:45.243Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-11T04:07:45.243Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-11T04:07:45.243Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 93e0b603-3b81-41f9-b8ba-988f2a397407 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-11T04:07:45.244Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-11T04:07:45.244Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-11T04:07:45.552Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-11T04:07:45.573Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 93e0b603-3b81-41f9-b8ba-988f2a397407 71058
2022-10-11T04:07:45.573Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-11T04:07:45.574Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-11T04:07:45.574Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-11T04:07:45.574Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:07:45.577Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:07:45.577Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461265573,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:07:45.676Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-11T04:07:45.678Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:07:45.678Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:07:45.720Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:07:45.721Z||pool-53-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:07:46.577Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-11T04:07:46.579Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-10-11T04:07:46.580Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 93e0b603-3b81-41f9-b8ba-988f2a397407, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-11T04:07:46.580Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-11T04:07:46.581Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-11T04:07:46.581Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-11T04:07:46.764Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11260636012420907755/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-11T04:07:48.005Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-11T04:07:48.005Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-11T04:07:48.005Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-11T04:07:48.005Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-11T04:07:48.005Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-11T04:07:48.006Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-10-11T04:07:48.007Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:07:48.007Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:07:48.007Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-11T04:07:48.007Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-11T04:07:48.007Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-11T04:07:48.008Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:07:48.008Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:07:48.008Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-11T04:07:48.008Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-10-11T04:07:48.008Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-11T04:07:48.008Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:07:48.008Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:07:48.009Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:07:48.009Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-11T04:07:48.009Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-11T04:07:48.009Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-11T04:07:48.009Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-11T04:07:48.009Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-11T04:07:48.009Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-11T04:07:48.010Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:07:48.010Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-11T04:07:48.010Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:07:48.010Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-11T04:07:48.010Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-11T04:07:48.011Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:07:48.011Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-11T04:07:48.011Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-11T04:07:48.011Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:07:48.011Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-11T04:07:48.011Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-11T04:07:48.011Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:07:48.012Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-11T04:07:48.012Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-11T04:07:48.012Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-11T04:07:48.012Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4c0463b4-12f2-4c5f-a771-0878aa3b5bd4
2022-10-11T04:07:48.012Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:07:48.013Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:07:48.013Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:07:48.013Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:07:48.013Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:07:48.013Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:07:48.013Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:07:48.013Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:07:48.014Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:43b6e4e9-0b61-4b06-8fea-4690b4161137
Model Version:NULL
Model InvariantUuid:9a8b7a41-6f68-49f0-bd1d-41f35a1150a7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:b3bce468-639c-44e7-a2e2-3bbab4fc9b8a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dde7e89c-86d7-46df-b996-f8f11b8a6204
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3ac25e4a-3847-4d37-94f0-3d56eb2a7d73
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:441f4dfc-4f1e-4cea-b572-940c1d272250
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:0af03fe1-80a9-4ef4-8b2d-b45e72413a7f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4c0463b4-12f2-4c5f-a771-0878aa3b5bd4
ModelInvariantUuid:7a942026-037b-4c7f-9d4a-bd5355106ff4
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:02997243-9ddb-4902-9f96-19645ef871d2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:646f9984-6676-4402-b2b6-ab3318de50e0
ModelInvariantUuid:9d98b555-fe49-4417-befb-9d9570131f6c
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:032ef58d-c54f-4355-b116-f3aa966950f8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-11T04:07:48.021Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: bc5c8edd-6a07-4c12-b891-eb93bac089d5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-11T04:07:48.023Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-10-11T04:07:48.023Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bc5c8edd-6a07-4c12-b891-eb93bac089d5
2022-10-11T04:07:48.023Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d620ba6c-1679-47e4-8307-046999cd8020 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-11T04:07:48.023Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-11T04:07:48.023Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-11T04:07:48.093Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-11T04:07:48.094Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d620ba6c-1679-47e4-8307-046999cd8020 787
2022-10-11T04:07:48.094Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-11T04:07:48.094Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-11T04:07:48.094Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-11T04:07:48.095Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:07:48.096Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:07:48.096Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461268094,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:07:48.196Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:07:48.197Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:07:48.197Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:07:48.219Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:07:48.220Z||pool-54-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:07:49.097Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "441f4dfc-4f1e-4cea-b572-940c1d272250",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0af03fe1-80a9-4ef4-8b2d-b45e72413a7f",
"vfModuleModelCustomizationUUID": "74639418-1464-46a2-9c01-ac820d357da5",
"isBase": true,
"artifacts": [
"222b5198-97b7-4481-828b-baf0d30b4960",
"77611755-8495-4b19-8c2b-b5a82cc25f6d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-11T04:07:49.102Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0af03fe1-80a9-4ef4-8b2d-b45e72413a7f
VfModuleModelInvariantUUID:441f4dfc-4f1e-4cea-b572-940c1d272250
VfModuleModelDescription:NULL
Artifacts UUID List:{
222b5198-97b7-4481-828b-baf0d30b4960
,
77611755-8495-4b19-8c2b-b5a82cc25f6d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-11T04:07:49.104Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "441f4dfc-4f1e-4cea-b572-940c1d272250",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0af03fe1-80a9-4ef4-8b2d-b45e72413a7f",
"vfModuleModelCustomizationUUID": "74639418-1464-46a2-9c01-ac820d357da5",
"isBase": true,
"artifacts": [
"222b5198-97b7-4481-828b-baf0d30b4960",
"77611755-8495-4b19-8c2b-b5a82cc25f6d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-11T04:07:49.104Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0af03fe1-80a9-4ef4-8b2d-b45e72413a7f
VfModuleModelInvariantUUID:441f4dfc-4f1e-4cea-b572-940c1d272250
VfModuleModelDescription:NULL
Artifacts UUID List:{
222b5198-97b7-4481-828b-baf0d30b4960
,
77611755-8495-4b19-8c2b-b5a82cc25f6d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-11T04:07:49.104Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 222b5198-97b7-4481-828b-baf0d30b4960 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-11T04:07:49.104Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-11T04:07:49.104Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-11T04:07:49.182Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-11T04:07:49.183Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 222b5198-97b7-4481-828b-baf0d30b4960 5033
2022-10-11T04:07:49.183Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-11T04:07:49.183Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-11T04:07:49.183Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-11T04:07:49.184Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:07:49.186Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:07:49.186Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461269183,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:07:49.286Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:07:49.287Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:07:49.287Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:07:49.326Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:07:49.327Z||pool-55-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":2,"count":1}
2022-10-11T04:07:49.611Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-11T04:07:49.611Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-11T04:07:49.611Z||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 3LXDdphQSMC1di8Q) ...
2022-10-11T04:07:49.647Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:07:49.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461135518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "cds",
"timestamp": 1665461139722,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461134388,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "clamp",
"timestamp": 1665461142969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461135518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-11T04:07:49.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "cds",
"timestamp": 1665461139722,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461134388,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "clamp",
"timestamp": 1665461142969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-11T04:07:49.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461135518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-11T04:07:49.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "cds",
"timestamp": 1665461139722,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461134388,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "clamp",
"timestamp": 1665461142969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461135518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "cds",
"timestamp": 1665461139722,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461134388,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "policy-id",
"timestamp": 1665461144682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "clamp",
"timestamp": 1665461142969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461135518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-11T04:07:49.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "cds",
"timestamp": 1665461139722,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461134388,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "policy-id",
"timestamp": 1665461144682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "clamp",
"timestamp": 1665461142969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461135518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "cds",
"timestamp": 1665461139722,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665461134388,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "policy-id",
"timestamp": 1665461144682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-11T04:07:49.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "clamp",
"timestamp": 1665461142969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-11T04:07:49.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:49.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-11T04:07:49.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665461135518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-11T04:07:49.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-11T04:07:50.187Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 77611755-8495-4b19-8c2b-b5a82cc25f6d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-11T04:07:50.187Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-10-11T04:07:50.187Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-11T04:07:50.305Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-10-11T04:07:50.305Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 77611755-8495-4b19-8c2b-b5a82cc25f6d 903
2022-10-11T04:07:50.306Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-11T04:07:50.306Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-11T04:07:50.306Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-11T04:07:50.306Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-10-11T04:07:50.308Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-11T04:07:50.308Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7f69d7bc-e5a5-450a-b038-3b796ee33b83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665461270306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-11T04:07:50.408Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-11T04:07:50.409Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-11T04:07:50.409Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3LXDdphQSMC1di8Q) ...
2022-10-11T04:07:50.479Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-11T04:07:50.480Z||pool-56-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
2022-10-11T04:07:51.308Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 43b6e4e9-0b61-4b06-8fea-4690b4161137
2022-10-11T04:07:51.309Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 bc5c8edd-6a07-4c12-b891-eb93bac089d5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-11T04:07:51.323Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ceb95b0, org.onap.sdc.toscaparser.api.parameters.Input@9fe5781, org.onap.sdc.toscaparser.api.parameters.Input@303b6044, org.onap.sdc.toscaparser.api.parameters.Input@354158c7, org.onap.sdc.toscaparser.api.parameters.Input@25971dca]
2022-10-11T04:07:51.324Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-11T04:07:51.325Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-11T04:07:51.325Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-10-11T04:07:51.325Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3ac25e4a-3847-4d37-94f0-3d56eb2a7d73
2022-10-11T04:07:51.325Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3ac25e4a-3847-4d37-94f0-3d56eb2a7d73 matches Tosca VF Customization UUID: 3ac25e4a-3847-4d37-94f0-3d56eb2a7d73
2022-10-11T04:07:51.326Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3ac25e4a-3847-4d37-94f0-3d56eb2a7d73 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-11T04:07:51.328Z|7f69d7bc-e5a5-450a-b038-3b796ee33b83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery