By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-09-30T15:41:00.874Z||main|||||INFO|500||The following profiles are active: basic
2022-09-30T15:41:20.414Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-30T15:41:20.415Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-30T15:41:20.605Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-30T15:41:28.141Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-30T15:41:28.790Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-30T15:41:29.474Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-30T15:41:29.485Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-30T15:41:29.639Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-30T15:41:29.997Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-30T15:41:30.979Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-30T15:41:33.773Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-30T15:41:37.180Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-30T15:41:37.264Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-30T15:41:38.157Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-30T15:41:38.583Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-09-30T15:41:40.384Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-30T15:41:41.789Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-30T15:41:41.819Z||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$$fa32a587.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-09-30T15:41:41.821Z||main|||||WARN|500||The sdc end point is not alive
2022-09-30T15:41:46.483Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-09-30T15:41:51.016Z||main|||||WARN|500||---
2022-09-30T15:41:51.017Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-30T15:41:51.017Z||main|||||WARN|500||---
2022-09-30T15:41:51.670Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-30T15:41:58.184Z||main|||||INFO|500||Started Application in 64.22 seconds (JVM running for 68.009)
2022-09-30T15:41:58.208Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-30T15:41:58.212Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-30T15:41:58.229Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-30T15:41:58.262Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-30T15:41:58.326Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2ee62fd8-1a3b-4a14-91de-13fd94233503 url= /sdc/v1/artifactTypes
2022-09-30T15:41:58.327Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-30T15:41:58.681Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-30T15:41:58.719Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-09-30T15:41:58.752Z||scheduling-1|||||DEBUG|500||create keys
2022-09-30T15:41:58.766Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-30T15:41:58.855Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:41:58.880Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c3271fa6-d0b6-4e49-90b0-4f622f3efb65 url= /sdc/v1/registerForDistribution
2022-09-30T15:41:59.036Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c3271fa6-d0b6-4e49-90b0-4f622f3efb65 url= /sdc/v1/registerForDistribution
2022-09-30T15:41:59.037Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-30T15:41:59.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:41:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:41:59.057Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-30T15:41:59.060Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:41:59.061Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:41:59.062Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:41:59.063Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:42:09.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:42:09.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:42:59.045Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:42:59.048Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:42:59.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:42:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:42:59.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:42:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:43:08.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:43:08.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:43:59.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:43:59.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:43:59.049Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:43:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:43:59.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:43:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:44:08.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:44:08.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:44:59.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:44:59.048Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:44:59.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:44:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:44:59.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:44:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:45:08.668Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:45:08.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:45:59.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:45:59.048Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:45:59.048Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T15:45:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:45:59.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:45:59.051Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:46:08.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:46:08.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:46:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:46:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:46:59.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T15:46:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:46:59.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:46:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:47:08.602Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:47:08.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:47:59.045Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:47:59.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:47:59.048Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T15:47:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:47:59.051Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:47:59.052Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:48:08.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:48:08.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:48:59.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:48:59.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:48:59.048Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T15:48:59.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:48:59.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:48:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:49:08.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:49:08.648Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:49:59.045Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:49:59.048Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:49:59.048Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T15:49:59.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:49:59.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:49:59.054Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:50:08.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:50:08.653Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:50:59.045Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:50:59.046Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:50:59.047Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T15:50:59.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:50:59.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:50:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:51:08.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:51:08.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:51:20.741Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-30T15:51:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:51:59.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:51:59.047Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:51:59.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:51:59.051Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:51:59.051Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:52:08.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:52:08.665Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:52:59.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:52:59.048Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:52:59.048Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:52:59.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:52:59.050Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:52:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:53:08.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:53:08.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:53:59.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:53:59.048Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:53:59.048Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:53:59.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:53:59.050Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:53:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:54:08.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:54:08.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:54:59.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:54:59.048Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:54:59.048Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:54:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:54:59.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:54:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:55:08.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:55:08.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:55:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:55:59.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:55:59.047Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:55:59.050Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:55:59.050Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:55:59.051Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:56:08.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:56:08.709Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:56:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:56:59.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:56:59.047Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:56:59.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:56:59.050Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:56:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:57:08.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:57:08.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:57:59.045Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:57:59.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:57:59.047Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:57:59.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:57:59.050Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:57:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:58:08.663Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:58:08.663Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:58:59.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:58:59.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:58:59.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T15:58:59.048Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:58:59.051Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:58:59.053Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T15:59:08.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:59:08.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T15:59:59.045Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:59:59.046Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:59:59.047Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T15:59:59.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T15:59:59.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T15:59:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:00:08.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:00:08.649Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:00:59.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:00:59.048Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:00:59.048Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:00:59.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:00:59.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:00:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:01:08.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:01:08.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:01:59.045Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:01:59.046Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:01:59.047Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:01:59.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:01:59.051Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:01:59.052Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:02:08.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:02:08.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:02:59.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:02:59.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:02:59.048Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:02:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:02:59.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:02:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:03:08.667Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:03:08.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:03:59.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:03:59.048Z||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-09-30T16:03:59.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:03:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:03:59.049Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:03:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:04:08.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:04:08.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:04:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:04:59.047Z||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-09-30T16:04:59.047Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:04:59.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:04:59.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:04:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:05:08.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:05:08.713Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:05:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:05:59.047Z||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-09-30T16:05:59.047Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:05:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:05:59.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:05:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:06:08.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:06:08.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:06:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:06:59.047Z||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-09-30T16:06:59.047Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:06:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:06:59.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:06:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:07:08.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:07:08.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:07:59.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:07:59.049Z||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-09-30T16:07:59.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:07:59.050Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:07:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:07:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:08:08.612Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:08:08.612Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:08:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:08:59.047Z||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-09-30T16:08:59.047Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:08:59.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:08:59.049Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:08:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:09:08.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:09:08.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:09:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:09:59.047Z||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-09-30T16:09:59.047Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:09:59.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:09:59.051Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:09:59.051Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:10:08.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:10:08.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:10:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:10:59.047Z||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-09-30T16:10:59.047Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:10:59.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:10:59.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:10:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:11:08.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:11:08.632Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:11:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:11:59.047Z||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-09-30T16:11:59.047Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:11:59.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:11:59.050Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:11:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:12:08.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:12:08.645Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:12:59.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:12:59.047Z||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-09-30T16:12:59.047Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:12:59.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:12:59.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:12:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:13:08.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:13:08.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:13:59.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:13:59.048Z||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-09-30T16:13:59.048Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:13:59.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:13:59.049Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:13:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:14:08.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:14:08.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:14:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:14:59.047Z||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-09-30T16:14:59.047Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:14:59.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:14:59.050Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:14:59.051Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:15:08.662Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:15:08.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:15:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:15:59.047Z||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-09-30T16:15:59.047Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:15:59.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:15:59.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:15:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:16:08.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:16:08.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:16:59.045Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:16:59.047Z||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-09-30T16:16:59.047Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:16:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:16:59.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:16:59.051Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:16:59.741Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:16:59.744Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:16:59.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9dbfc70d-e288-45d0-ac63-a878974105e0","serviceName":"basic_onboard_nDXAjO","serviceVersion":"1.0","serviceUUID":"f23b7111-10aa-4a0f-842e-b9a14a85346c","serviceDescription":"service","serviceInvariantUUID":"95ce8b83-c85d-4a9f-a005-db1b62f34e82","resources":[{"resourceInstanceName":"basic_onboard_nDXAjO 0","resourceName":"basic_onboard_nDXAjO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fdc5c2f0-b171-47b3-8a9f-f943bff422e5","resourceInvariantUUID":"6a6e5214-3a91-4fd3-91e5-fab9ab91f584","resourceCustomizationUUID":"42ca12eb-07f7-4bef-9dc2-a85c990f2ae5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml","artifactChecksum":"OWJkNGVjNGM3OTk3YzlhMTdmY2FmN2NhN2Y0NzBjYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c532dd7c-68dd-4b1a-a742-f49d619ca27e","artifactVersion":"1"},{"artifactName":"basic_onboard_ndxajo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json","artifactChecksum":"MTA4YTBiZGRmMzE0NjYwYTE1ZWNkOTEwOWUwNDc3Yjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e8c1d053-2b69-45af-8683-ee69a1b3cd0f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d3931648-5185-4ea3-9545-b6ba079d5689","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82af7e83-f0b4-4a64-b8d0-8a3af822ea22","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e252928e-8a8a-49de-8dce-716d89868c7a","artifactVersion":"2","generatedFromUUID":"d3931648-5185-4ea3-9545-b6ba079d5689"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNdxajo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml","artifactChecksum":"OTZkZGIxM2I0YmJhZDc4MWM2ZWRkZGQzNjhhM2MyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90a97ddf-a681-48d3-8c01-362259d24db7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNdxajo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar","artifactChecksum":"ODI5NjQ1M2IzNDUxMWIyYzg1N2MyODRjM2RkMjQ5MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea8749d9-dec0-40f3-aa72-2e25c332b9be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-30T16:16:59.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "aai-ml",
"timestamp": 1664554604612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.766Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:16:59.779Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:16:59.797Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:16:59.798Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554619045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "clamp",
"timestamp": 1664554607400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "cds",
"timestamp": 1664554598813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "aai-ml",
"timestamp": 1664554604612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.804Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "clamp",
"timestamp": 1664554607400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T16:16:59.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "cds",
"timestamp": 1664554598813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1664554610061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.807Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "aai-ml",
"timestamp": 1664554604612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "clamp",
"timestamp": 1664554607400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "cds",
"timestamp": 1664554598813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1664554610061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "aai-ml",
"timestamp": 1664554604612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "clamp",
"timestamp": 1664554607400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "cds",
"timestamp": 1664554598813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1664554610061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "aai-ml",
"timestamp": 1664554604612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "clamp",
"timestamp": 1664554607400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "cds",
"timestamp": 1664554598813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "policy-id",
"timestamp": 1664554611975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1664554610061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "aai-ml",
"timestamp": 1664554604612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "clamp",
"timestamp": 1664554607400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "cds",
"timestamp": 1664554598813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "policy-id",
"timestamp": 1664554611975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1664554610061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "aai-ml",
"timestamp": 1664554604612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:16:59.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "clamp",
"timestamp": 1664554607400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:16:59.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "cds",
"timestamp": 1664554598813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:16:59.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "policy-id",
"timestamp": 1664554611975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-30T16:16:59.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1664554610061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "policy-id",
"timestamp": 1664554611975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "aai-ml",
"timestamp": 1664554615847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:16:59.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:16:59.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1664554610061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "cds",
"timestamp": 1664554615927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:16:59.840Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:16:59.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "policy-id",
"timestamp": 1664554611975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:16:59.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:16:59.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:16:59.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "cds",
"timestamp": 1664554616957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-09-30T16:16:59.897Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-09-30T16:16:59.909Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:16:59.909Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:16:59.938Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:16:59.939Z||pool-3-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:17:00.100Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9dbfc70d-e288-45d0-ac63-a878974105e0
2022-09-30T16:17:00.129Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbfc70d-e288-45d0-ac63-a878974105e0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:17:00.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:17:00.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "policy-id",
"timestamp": 1664554611975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:17:00.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:17:00.809Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:17:00.810Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:17:00.812Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:17:00.812Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554619045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T16:17:00.912Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T16:17:00.914Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:17:00.914Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:17:00.948Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:17:00.949Z||pool-4-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:17:01.813Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:17:01.816Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:17:01.818Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:17:01.819Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554619045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-30T16:17:01.922Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-30T16:17:01.923Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:17:01.923Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:17:01.959Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:17:01.960Z||pool-5-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:17:02.819Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:17:02.820Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:17:02.826Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:17:02.826Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554619045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:17:02.926Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:17:02.927Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:17:02.927Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:17:02.962Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:17:02.963Z||pool-6-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:17:03.827Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:17:03.827Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:17:03.835Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:17:03.835Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554619045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-30T16:17:03.935Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:17:03.936Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:17:03.936Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:17:03.975Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:17:03.995Z||pool-7-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:17:04.837Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:17:04.837Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:17:04.841Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:17:04.841Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554619045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:17:04.942Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-30T16:17:04.944Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:17:04.944Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:17:04.968Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:17:04.969Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:17:05.842Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:17:05.843Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:17:05.845Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:17:05.846Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554619045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:17:05.950Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-30T16:17:05.951Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:17:05.951Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:17:05.971Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:17:05.972Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:17:06.848Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"serviceName": "basic_onboard_nDXAjO",
"serviceVersion": "1.0",
"serviceUUID": "f23b7111-10aa-4a0f-842e-b9a14a85346c",
"serviceDescription": "service",
"serviceInvariantUUID": "95ce8b83-c85d-4a9f-a005-db1b62f34e82",
"resources": [
{
"resourceInstanceName": "basic_onboard_nDXAjO 0",
"resourceCustomizationUUID": "42ca12eb-07f7-4bef-9dc2-a85c990f2ae5",
"resourceName": "basic_onboard_nDXAjO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fdc5c2f0-b171-47b3-8a9f-f943bff422e5",
"resourceInvariantUUID": "6a6e5214-3a91-4fd3-91e5-fab9ab91f584",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ndxajo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json",
"artifactChecksum": "MTA4YTBiZGRmMzE0NjYwYTE1ZWNkOTEwOWUwNDc3Yjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e8c1d053-2b69-45af-8683-ee69a1b3cd0f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d3931648-5185-4ea3-9545-b6ba079d5689",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e252928e-8a8a-49de-8dce-716d89868c7a",
"generatedFromUUID": "d3931648-5185-4ea3-9545-b6ba079d5689"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e252928e-8a8a-49de-8dce-716d89868c7a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNdxajo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"artifactChecksum": "ODI5NjQ1M2IzNDUxMWIyYzg1N2MyODRjM2RkMjQ5MDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ea8749d9-dec0-40f3-aa72-2e25c332b9be"
}
],
"workloadContext": "Production"
}
2022-09-30T16:17:06.851Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-30T16:17:06.852Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f23b7111-10aa-4a0f-842e-b9a14a85346c ASDC
2022-09-30T16:17:07.017Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9dbfc70d-e288-45d0-ac63-a878974105e0
ServiceName:basic_onboard_nDXAjO
ServiceVersion:1.0
ServiceUUID:f23b7111-10aa-4a0f-842e-b9a14a85346c
ServiceInvariantUUID:95ce8b83-c85d-4a9f-a005-db1b62f34e82
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNdxajo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar
ArtifactUUID:ea8749d9-dec0-40f3-aa72-2e25c332b9be
ArtifactChecksum:ODI5NjQ1M2IzNDUxMWIyYzg1N2MyODRjM2RkMjQ5MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nDXAjO 0
ResourceCustomizationUUID:42ca12eb-07f7-4bef-9dc2-a85c990f2ae5
ResourceInvariantUUID:6a6e5214-3a91-4fd3-91e5-fab9ab91f584
ResourceName:basic_onboard_nDXAjO
ResourceType:VF
ResourceUUID:fdc5c2f0-b171-47b3-8a9f-f943bff422e5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ndxajo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json
ArtifactUUID:e8c1d053-2b69-45af-8683-ee69a1b3cd0f
ArtifactChecksum:MTA4YTBiZGRmMzE0NjYwYTE1ZWNkOTEwOWUwNDc3Yjk=
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/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d3931648-5185-4ea3-9545-b6ba079d5689
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/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env
ArtifactUUID:e252928e-8a8a-49de-8dce-716d89868c7a
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/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env
ArtifactUUID:e252928e-8a8a-49de-8dce-716d89868c7a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-30T16:17:07.018Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f23b7111-10aa-4a0f-842e-b9a14a85346c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-30T16:17:07.103Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T16:17:07.106Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-30T16:17:07.108Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-30T16:17:07.108Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ea8749d9-dec0-40f3-aa72-2e25c332b9be from URL: /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:07.108Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-30T16:17:07.110Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:07.344Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-30T16:17:07.368Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar ea8749d9-dec0-40f3-aa72-2e25c332b9be 71580
2022-09-30T16:17:07.409Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar ASDC sendASDCNotification
2022-09-30T16:17:07.410Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:07.411Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T16:17:07.412Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:17:07.414Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:17:07.414Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554627369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:17:07.514Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:17:07.515Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:17:07.515Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:17:07.534Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:17:07.535Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:17:08.415Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T16:17:08.416Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-30T16:17:08.416Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ea8749d9-dec0-40f3-aa72-2e25c332b9be, URL: /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar to file: /app/ASDC/1/service-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:08.417Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:08.542Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:08.543Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:09.359Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2795241640296646566/Definitions/service-BasicOnboardNdxajo-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-09-30T16:17:12.224Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-30T16:17:12.230Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-30T16:17:12.231Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:12.231Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-09-30T16:17:12.232Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nDXAjO 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-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:12.232Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:12.232Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:12.233Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:12.233Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:12.233Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:12.234Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:12.234Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:12.235Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:12.235Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-30T16:17:12.244Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:12.246Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:17:12.251Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria
2022-09-30T16:17:12.252Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-30T16:17:12.254Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T16:17:12.259Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:12.259Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:17:12.259Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria
2022-09-30T16:17:12.260Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-30T16:17:12.260Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T16:17:12.260Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:12.260Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:17:12.265Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:12.265Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is not matching search criteria
2022-09-30T16:17:12.265Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-30T16:17:12.266Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-30T16:17:12.266Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-30T16:17:12.266Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-30T16:17:12.266Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-30T16:17:12.267Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:12.267Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-30T16:17:12.269Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:12.269Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria
2022-09-30T16:17:12.270Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T16:17:12.270Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:12.271Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria
2022-09-30T16:17:12.271Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T16:17:12.271Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:12.271Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria
2022-09-30T16:17:12.272Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T16:17:12.272Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:12.272Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is not matching search criteria
2022-09-30T16:17:12.272Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-30T16:17:12.273Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-30T16:17:12.273Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4ce591fa-5bde-4085-a918-353dca38843a
2022-09-30T16:17:12.273Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:12.274Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:17:12.274Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:12.274Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:17:12.275Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:12.275Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:17:12.275Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:12.275Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:17:12.276Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nDXAjO
Description:service
Model UUID:f23b7111-10aa-4a0f-842e-b9a14a85346c
Model Version:NULL
Model InvariantUuid:95ce8b83-c85d-4a9f-a005-db1b62f34e82
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nDXAjO
Model UUID:bff7da2b-b1bd-454a-9c73-1f06dbeb8834
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6a6e5214-3a91-4fd3-91e5-fab9ab91f584
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:42ca12eb-07f7-4bef-9dc2-a85c990f2ae5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d22389cd-d003-4139-88a7-d79e2e33edce
ModelName:BasicOnboardNdxajo..base_ubuntu18..module-0
ModelUuid:11f1ae46-26e3-4c70-b3e9-297b1082d6da
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4ce591fa-5bde-4085-a918-353dca38843a
ModelInvariantUuid:f492206f-84d3-4a41-9e46-f205c142bd08
ModelName:basic_onboard_nDXAjO-nodes.ubuntu18Cvfc
ModelUuid:93b04443-8c34-4cf9-b11f-af6c198874a6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:3a31b536-7667-4040-b523-ee002d4b609e
ModelInvariantUuid:bb0a8386-7bad-4b60-8297-ae4b5d61d5f4
ModelName:BasicOnboardNdxajo.compute.nodes.heat.ubuntu18
ModelUuid:b0cfd4b7-0fe6-4f7b-a6b7-ee31b482c4fe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-30T16:17:12.323Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: fdc5c2f0-b171-47b3-8a9f-f943bff422e5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T16:17:12.513Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||basic_onboard_nDXAjO 0
2022-09-30T16:17:12.528Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fdc5c2f0-b171-47b3-8a9f-f943bff422e5
2022-09-30T16:17:12.529Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e8c1d053-2b69-45af-8683-ee69a1b3cd0f from URL: /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json
2022-09-30T16:17:12.529Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-30T16:17:12.529Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json
2022-09-30T16:17:12.779Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-30T16:17:12.779Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json e8c1d053-2b69-45af-8683-ee69a1b3cd0f 798
2022-09-30T16:17:12.779Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json ASDC sendASDCNotification
2022-09-30T16:17:12.779Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json
2022-09-30T16:17:12.780Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T16:17:12.780Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:17:12.784Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:17:12.786Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554632779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:17:12.884Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-30T16:17:12.887Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:17:12.887Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:17:12.910Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:17:12.911Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:17:13.788Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNdxajo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d22389cd-d003-4139-88a7-d79e2e33edce",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "11f1ae46-26e3-4c70-b3e9-297b1082d6da",
"vfModuleModelCustomizationUUID": "02c40e67-c88f-4f36-b715-50a493a712da",
"isBase": true,
"artifacts": [
"d3931648-5185-4ea3-9545-b6ba079d5689",
"e252928e-8a8a-49de-8dce-716d89868c7a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-30T16:17:13.803Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNdxajo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:11f1ae46-26e3-4c70-b3e9-297b1082d6da
VfModuleModelInvariantUUID:d22389cd-d003-4139-88a7-d79e2e33edce
VfModuleModelDescription:NULL
Artifacts UUID List:{
d3931648-5185-4ea3-9545-b6ba079d5689
,
e252928e-8a8a-49de-8dce-716d89868c7a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-30T16:17:13.807Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNdxajo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d22389cd-d003-4139-88a7-d79e2e33edce",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "11f1ae46-26e3-4c70-b3e9-297b1082d6da",
"vfModuleModelCustomizationUUID": "02c40e67-c88f-4f36-b715-50a493a712da",
"isBase": true,
"artifacts": [
"d3931648-5185-4ea3-9545-b6ba079d5689",
"e252928e-8a8a-49de-8dce-716d89868c7a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-30T16:17:13.807Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNdxajo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:11f1ae46-26e3-4c70-b3e9-297b1082d6da
VfModuleModelInvariantUUID:d22389cd-d003-4139-88a7-d79e2e33edce
VfModuleModelDescription:NULL
Artifacts UUID List:{
d3931648-5185-4ea3-9545-b6ba079d5689
,
e252928e-8a8a-49de-8dce-716d89868c7a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-30T16:17:13.808Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d3931648-5185-4ea3-9545-b6ba079d5689 from URL: /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml
2022-09-30T16:17:13.808Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-30T16:17:13.808Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml
2022-09-30T16:17:14.004Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-30T16:17:14.005Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml d3931648-5185-4ea3-9545-b6ba079d5689 5033
2022-09-30T16:17:14.005Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-30T16:17:14.006Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml
2022-09-30T16:17:14.006Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T16:17:14.008Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:17:14.011Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:17:14.011Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554634005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:17:14.111Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:17:14.112Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:17:14.112Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:17:14.229Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:17:14.229Z||pool-12-thread-1|||||INFO|500||cambria reply ok (118 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:17:15.012Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e252928e-8a8a-49de-8dce-716d89868c7a from URL: /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env
2022-09-30T16:17:15.012Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-30T16:17:15.013Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env
2022-09-30T16:17:15.105Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-30T16:17:15.106Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env e252928e-8a8a-49de-8dce-716d89868c7a 909
2022-09-30T16:17:15.107Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-30T16:17:15.108Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env
2022-09-30T16:17:15.108Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T16:17:15.108Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:17:15.111Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:17:15.112Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554635107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:17:15.216Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-30T16:17:15.217Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:17:15.218Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:17:15.249Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:17:15.250Z||pool-13-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:17:16.113Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f23b7111-10aa-4a0f-842e-b9a14a85346c
2022-09-30T16:17:16.113Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nDXAjO 0 fdc5c2f0-b171-47b3-8a9f-f943bff422e5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T16:17:16.153Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@bbd9308, org.onap.sdc.toscaparser.api.parameters.Input@721ebd4d, org.onap.sdc.toscaparser.api.parameters.Input@4773794d, org.onap.sdc.toscaparser.api.parameters.Input@30e03260, org.onap.sdc.toscaparser.api.parameters.Input@5722c2a7]
2022-09-30T16:17:16.158Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:16.159Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:17:16.159Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-09-30T16:17:16.160Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 42ca12eb-07f7-4bef-9dc2-a85c990f2ae5
2022-09-30T16:17:16.160Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42ca12eb-07f7-4bef-9dc2-a85c990f2ae5 matches Tosca VF Customization UUID: 42ca12eb-07f7-4bef-9dc2-a85c990f2ae5
2022-09-30T16:17:16.160Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 42ca12eb-07f7-4bef-9dc2-a85c990f2ae5 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-30T16:17:16.170Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:16.170Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:17:16.173Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 42ca12eb-07f7-4bef-9dc2-a85c990f2ae5: {\"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-09-30T16:17:16.173Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57c8cb6a
2022-09-30T16:17:16.174Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:16.174Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-30T16:17:16.175Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 02c40e67-c88f-4f36-b715-50a493a712da
2022-09-30T16:17:16.177Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 02c40e67-c88f-4f36-b715-50a493a712da
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-30T16:17:16.185Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:16.186Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria
2022-09-30T16:17:16.186Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T16:17:16.187Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:16.187Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria
2022-09-30T16:17:16.188Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T16:17:16.188Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:16.188Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is not matching search criteria
2022-09-30T16:17:16.188Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-30T16:17:16.189Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-30T16:17:16.189Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4ce591fa-5bde-4085-a918-353dca38843a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-30T16:17:16.200Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:16.201Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria
2022-09-30T16:17:16.201Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T16:17:16.201Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:16.202Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nDXAjO 0 is matching search criteria
2022-09-30T16:17:16.202Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nDXAjO 0] matching following query criteria: sdcType=VF, customizationUUID=42ca12eb-07f7-4bef-9dc2-a85c990f2ae5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T16:17:16.205Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:16.205Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:17:16.206Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f23b7111-10aa-4a0f-842e-b9a14a85346c: basic_onboard_nDXAjO
2022-09-30T16:17:16.206Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:16.206Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:17:16.207Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:16.207Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:17:16.207Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:16.207Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:17:16.208Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:16.208Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:17:16.208Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:17:16.208Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nDXAjO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:17:16.209Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_nDXAjO
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:17:16.438Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nDXAjO fdc5c2f0-b171-47b3-8a9f-f943bff422e5 1 ASDC deployResourceStructure
2022-09-30T16:17:16.439Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json ASDC sendASDCNotification
2022-09-30T16:17:16.439Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json
2022-09-30T16:17:16.439Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T16:17:16.439Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:17:16.441Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:17:16.441Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554636438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-30T16:17:16.541Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T16:17:16.543Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:17:16.543Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:17:16.572Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:17:16.573Z||pool-14-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:17:17.445Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-30T16:17:17.445Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml
2022-09-30T16:17:17.446Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T16:17:17.446Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:17:17.449Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:17:17.449Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554637445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-30T16:17:17.549Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T16:17:17.551Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:17:17.551Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:17:17.585Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:17:17.586Z||pool-15-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:17:18.450Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-30T16:17:18.451Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env
2022-09-30T16:17:18.452Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T16:17:18.453Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:17:18.456Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:17:18.457Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554638450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-30T16:17:18.556Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T16:17:18.558Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:17:18.558Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:17:18.584Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:17:18.585Z||pool-16-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-09-30T16:17:19.458Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar ASDC sendASDCNotification
2022-09-30T16:17:19.459Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar
2022-09-30T16:17:19.459Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T16:17:19.459Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:17:19.462Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:17:19.462Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554639458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:17:19.562Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:17:19.564Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:17:19.564Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:17:19.585Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:17:19.586Z||pool-17-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:17:20.464Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:17:20.487Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:17:20.492Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T16:17:20.493Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T16:17:20.493Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T16:17:50.494Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:17:50.507Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:17:50.512Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T16:17:50.513Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T16:17:50.513Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T16:17:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:17:59.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:17:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:17:59.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:17:59.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:17:59.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "policy-id",
"timestamp": 1664554611975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:17:59.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:18:20.513Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:18:20.528Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:18:20.533Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T16:18:20.534Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T16:18:20.534Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T16:18:50.535Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:18:50.556Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:18:50.562Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T16:18:50.563Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T16:18:50.563Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T16:18:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:18:59.051Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:18:59.051Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:18:59.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:18:59.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554619045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:18:59.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:18:59.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554619045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T16:18:59.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:18:59.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "policy-id",
"timestamp": 1664554620026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:18:59.638Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:18:59.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554619045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-30T16:18:59.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:18:59.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "policy-id",
"timestamp": 1664554621051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:18:59.640Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:18:59.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554619045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:18:59.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:18:59.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "policy-id",
"timestamp": 1664554622063,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:18:59.651Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dbfc70d-e288-45d0-ac63-a878974105e0
2022-09-30T16:18:59.652Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbfc70d-e288-45d0-ac63-a878974105e0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:18:59.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554619045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-30T16:18:59.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:18:59.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554619045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:18:59.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:18:59.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554619045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:18:59.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:18:59.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554627369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:18:59.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:18:59.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "clamp",
"timestamp": 1664554626886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:18:59.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:18:59.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "clamp",
"timestamp": 1664554628252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:18:59.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:18:59.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664554627948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:18:59.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:18:59.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "clamp",
"timestamp": 1664554629260,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:18:59.690Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9dbfc70d-e288-45d0-ac63-a878974105e0
2022-09-30T16:18:59.691Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbfc70d-e288-45d0-ac63-a878974105e0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:18:59.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664554627948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:18:59.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:18:59.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664554627948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:18:59.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:18:59.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664554627948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:18:59.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:18:59.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554632779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:18:59.705Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:18:59.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664554627948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:18:59.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:18:59.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554634005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:18:59.706Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:18:59.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664554627948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:18:59.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:18:59.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554635107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:18:59.707Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:18:59.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664554627948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:18:59.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:18:59.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554636438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/basic_onboard_ndxajo0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-30T16:18:59.708Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:18:59.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664554636059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:18:59.709Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:18:59.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "aai-ml",
"timestamp": 1664554636158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:18:59.710Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:18:59.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554637445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-30T16:18:59.710Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:18:59.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "aai-ml",
"timestamp": 1664554637166,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:18:59.717Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9dbfc70d-e288-45d0-ac63-a878974105e0
2022-09-30T16:18:59.718Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbfc70d-e288-45d0-ac63-a878974105e0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:18:59.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554638450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/resourceInstances/basic_onboard_ndxajo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-30T16:18:59.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:18:59.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554639458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:18:59.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:18:59.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664554642884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdxajo/1.0/artifacts/service-BasicOnboardNdxajo-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:18:59.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:18:59.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:18:59.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664554643894,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:18:59.747Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9dbfc70d-e288-45d0-ac63-a878974105e0
2022-09-30T16:18:59.747Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dbfc70d-e288-45d0-ac63-a878974105e0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:19:20.564Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:19:20.583Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:19:20.589Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T16:19:20.589Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-30T16:19:20.590Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-30T16:19:20.590Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-30T16:19:20.590Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:19:20.590Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:19:20.590Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:19:20.591Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:19:20.591Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:19:20.591Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:19:20.591Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:19:20.598Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-30T16:19:50.599Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9dbfc70d-e288-45d0-ac63-a878974105e0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-30T16:19:50.612Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9dbfc70d-e288-45d0-ac63-a878974105e0 and serviceModelVersionId: f23b7111-10aa-4a0f-842e-b9a14a85346c
2022-09-30T16:19:50.613Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 95ce8b83-c85d-4a9f-a005-db1b62f34e82
2022-09-30T16:19:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:19:59.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:19:59.051Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:20:08.693Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:20:11.506Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/95ce8b83-c85d-4a9f-a005-db1b62f34e82/model-vers/model-ver/f23b7111-10aa-4a0f-842e-b9a14a85346c?depth=0
2022-09-30T16:20:11.662Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-30T16:20:12.250Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95ce8b83-c85d-4a9f-a005-db1b62f34e82/model-vers/model-ver/f23b7111-10aa-4a0f-842e-b9a14a85346c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-30T16:20:12.258Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95ce8b83-c85d-4a9f-a005-db1b62f34e82/model-vers/model-ver/f23b7111-10aa-4a0f-842e-b9a14a85346c?depth=0|INFO|500||Invoke
2022-09-30T16:20:12.447Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95ce8b83-c85d-4a9f-a005-db1b62f34e82/model-vers/model-ver/f23b7111-10aa-4a0f-842e-b9a14a85346c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-30T16:20:12.718Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95ce8b83-c85d-4a9f-a005-db1b62f34e82/model-vers/model-ver/f23b7111-10aa-4a0f-842e-b9a14a85346c?depth=0|INFO|500||InvokeReturn
2022-09-30T16:20:12.720Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95ce8b83-c85d-4a9f-a005-db1b62f34e82/model-vers/model-ver/f23b7111-10aa-4a0f-842e-b9a14a85346c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220930-16:20:12:568-58361], vertex-id=[192704], Content-Length=[0], Date=[Fri, 30 Sep 2022 16:20:12 GMT], Content-Type=[application/json]}
2022-09-30T16:20:12.720Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-09-30T16:20:12.728Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-30T16:20:12.728Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:20:12.738Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:20:12.740Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9dbfc70d-e288-45d0-ac63-a878974105e0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-30T16:20:12.742Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-30T16:20:12.742Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:20:12.746Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:20:12.746Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554812740,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T16:20:12.846Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:20:12.848Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:20:12.849Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:20:12.868Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:20:12.869Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-30T16:20:13.761Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:20:13.762Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:20:13.763Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:20:24.141Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:20:24.142Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:20:24.144Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:20:24.145Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:20:33.697Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:20:33.699Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:20:33.699Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:20:33.700Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:20:43.256Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:20:59.046Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:20:59.048Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:20:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:20:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:20:59.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:20:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:20:59.714Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:20:59.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:20:59.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dbfc70d-e288-45d0-ac63-a878974105e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664554812740,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T16:20:59.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:21:08.675Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:21:59.046Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:21:59.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:21:59.048Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:21:59.049Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:21:59.050Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:21:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:22:08.650Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:22:08.658Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:22:59.045Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:22:59.048Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:22:59.048Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:22:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:22:59.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:22:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:23:08.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:23:08.627Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:23:59.045Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:23:59.047Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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-09-30T16:23:59.047Z|9dbfc70d-e288-45d0-ac63-a878974105e0|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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:23:59.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:23:59.051Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:23:59.051Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:24:08.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:24:08.693Z|9dbfc70d-e288-45d0-ac63-a878974105e0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:24:59.045Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:24:59.046Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:24:59.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:24:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:24:59.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:24:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:25:08.683Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:25:08.720Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:25:59.045Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:25:59.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:25:59.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:25:59.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:25:59.049Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:25:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:26:08.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:26:08.752Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:26:59.045Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:26:59.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:26:59.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:26:59.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:26:59.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:26:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:27:08.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:27:08.648Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:27:59.045Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:27:59.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:27:59.047Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:27:59.050Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:27:59.050Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:27:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:28:08.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:28:08.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:28:59.045Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:28:59.046Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:28:59.046Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:28:59.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:28:59.049Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:28:59.049Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:29:08.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:29:08.666Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:29:59.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:29:59.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:29:59.048Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:29:59.050Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:29:59.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:29:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:30:01.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:30:01.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T16:30:01.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"356084b9-bb69-4da8-8fb9-b00025538831","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"23622146-d3b9-4f4e-bfe9-516d9e0ec24c","serviceDescription":"service","serviceInvariantUUID":"df38f89e-5104-4804-b8c7-909f01628b41","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f839145-65b7-4490-80e6-0d43ec1af573","resourceInvariantUUID":"4a9c3c3f-5fff-496a-9c7c-b95ae5b44ae7","resourceCustomizationUUID":"667456fc-1c70-4598-8e8c-db87e0c82976","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":"MWVhNWZjZDEzMWQ3OGU3YTQ4YThlN2FjNWFkNWJjNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8dd9a3e9-9bf8-4e7f-aa3e-36c03edc6902","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzQ5NmE4NmMxOTVlMGYxYmUzMzI5YTc1N2I1YzAyY2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27577aff-296e-43c8-a3c4-9503267fab40","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-30T16:30:01.221Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:30:01.229Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:30:01.267Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:30:01.267Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555399046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:30:01.363Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-30T16:30:01.364Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:30:01.364Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:30:01.416Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:30:01.417Z||pool-19-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":12,"count":1}
2022-09-30T16:30:01.658Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:30:01.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:30:01.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "cds",
"timestamp": 1664555393813,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:30:01.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:30:01.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:30:01.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555399046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:30:01.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:30:02.268Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:30:02.269Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:30:02.272Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:30:02.273Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555399046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:30:02.376Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-30T16:30:02.377Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:30:02.377Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:30:02.409Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:30:02.410Z||pool-20-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:30:03.275Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "23622146-d3b9-4f4e-bfe9-516d9e0ec24c",
"serviceDescription": "service",
"serviceInvariantUUID": "df38f89e-5104-4804-b8c7-909f01628b41",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "667456fc-1c70-4598-8e8c-db87e0c82976",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "0f839145-65b7-4490-80e6-0d43ec1af573",
"resourceInvariantUUID": "4a9c3c3f-5fff-496a-9c7c-b95ae5b44ae7",
"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": "NzQ5NmE4NmMxOTVlMGYxYmUzMzI5YTc1N2I1YzAyY2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "27577aff-296e-43c8-a3c4-9503267fab40"
}
],
"workloadContext": "Production"
}
2022-09-30T16:30:03.276Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-30T16:30:03.276Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 23622146-d3b9-4f4e-bfe9-516d9e0ec24c ASDC
2022-09-30T16:30:03.277Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:356084b9-bb69-4da8-8fb9-b00025538831
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:23622146-d3b9-4f4e-bfe9-516d9e0ec24c
ServiceInvariantUUID:df38f89e-5104-4804-b8c7-909f01628b41
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:27577aff-296e-43c8-a3c4-9503267fab40
ArtifactChecksum:NzQ5NmE4NmMxOTVlMGYxYmUzMzI5YTc1N2I1YzAyY2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:667456fc-1c70-4598-8e8c-db87e0c82976
ResourceInvariantUUID:4a9c3c3f-5fff-496a-9c7c-b95ae5b44ae7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0f839145-65b7-4490-80e6-0d43ec1af573
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-09-30T16:30:03.277Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23622146-d3b9-4f4e-bfe9-516d9e0ec24c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:30:03.366Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T16:30:03.368Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-30T16:30:03.368Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-30T16:30:03.368Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 27577aff-296e-43c8-a3c4-9503267fab40 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-30T16:30:03.368Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-30T16:30:03.369Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-30T16:30:03.981Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-30T16:30:04.167Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 27577aff-296e-43c8-a3c4-9503267fab40 52514
2022-09-30T16:30:04.167Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-30T16:30:04.168Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-30T16:30:04.168Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T16:30:04.168Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:30:04.246Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:30:04.247Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555404167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:30:04.350Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-30T16:30:04.351Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:30:04.352Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:30:04.374Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:30:04.375Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:30:05.247Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T16:30:05.249Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-30T16:30:05.249Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 27577aff-296e-43c8-a3c4-9503267fab40, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T16:30:05.250Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-30T16:30:05.251Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T16:30:05.251Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T16:30:05.521Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8130458455205804516/Definitions/service-BasicNetwork-template.yml
2022-09-30T16:30:06.796Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-30T16:30:06.797Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-30T16:30:06.797Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T16:30:06.797Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-30T16:30:06.798Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T16:30:06.798Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T16:30:06.798Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T16:30:06.798Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T16:30:06.798Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T16:30:06.799Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T16:30:06.799Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T16:30:06.799Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T16:30:06.799Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-30T16:30:06.800Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:30:06.800Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:30:06.800Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-30T16:30:06.801Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-30T16:30:06.801Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T16:30:06.801Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:30:06.801Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:30:06.802Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-30T16:30:06.802Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-30T16:30:06.802Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T16:30:06.802Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:30:06.803Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:30:06.803Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:30:06.803Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:30:06.804Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:30:06.804Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:30:06.804Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:30:06.805Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:30:06.805Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:30:06.805Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:30:06.805Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:23622146-d3b9-4f4e-bfe9-516d9e0ec24c
Model Version:NULL
Model InvariantUuid:df38f89e-5104-4804-b8c7-909f01628b41
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4a9c3c3f-5fff-496a-9c7c-b95ae5b44ae7
Model UUID:d197711f-3809-4658-a6d7-c2f28a262605
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:667456fc-1c70-4598-8e8c-db87e0c82976
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-30T16:30:06.816Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 0f839145-65b7-4490-80e6-0d43ec1af573
2022-09-30T16:30:06.816Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||No resources found for Service: 23622146-d3b9-4f4e-bfe9-516d9e0ec24c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T16:30:06.824Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||
2022-09-30T16:30:06.824Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-09-30T16:30:06.826Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 23622146-d3b9-4f4e-bfe9-516d9e0ec24c
2022-09-30T16:30:06.826Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 23622146-d3b9-4f4e-bfe9-516d9e0ec24c
2022-09-30T16:30:06.826Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-09-30T16:30:06.826Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T16:30:06.837Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49b17536, org.onap.sdc.toscaparser.api.parameters.Input@860ec82, org.onap.sdc.toscaparser.api.parameters.Input@20d92cbd, org.onap.sdc.toscaparser.api.parameters.Input@5e2a4842, org.onap.sdc.toscaparser.api.parameters.Input@1c708e74]
2022-09-30T16:30:06.840Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:30:06.840Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:30:06.840Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:30:06.840Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:30:06.841Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 23622146-d3b9-4f4e-bfe9-516d9e0ec24c: Generic NeutronNet
2022-09-30T16:30:06.841Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:30:06.841Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:30:06.842Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:30:06.842Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-30T16:30:06.917Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:30:06.918Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:30:06.918Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:30:06.918Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:30:06.919Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:30:06.919Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:30:06.919Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-30T16:30:07.021Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-09-30T16:30:07.022Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-30T16:30:07.022Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-30T16:30:07.023Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T16:30:07.024Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:30:07.028Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:30:07.028Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555407022,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:30:07.129Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:30:07.130Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:30:07.131Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:30:07.172Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:30:07.174Z||pool-22-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:30:08.033Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:30:08.050Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:30:08.054Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T16:30:08.055Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T16:30:08.055Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T16:30:38.055Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:30:38.094Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:30:38.098Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T16:30:38.099Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T16:30:38.099Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T16:30:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:30:59.052Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:30:59.052Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:30:59.099Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:30:59.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:30:59.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "policy-id",
"timestamp": 1664555391976,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:30:59.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:31:08.100Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:31:08.117Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:31:08.121Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T16:31:08.122Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T16:31:08.122Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T16:31:38.122Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:31:38.141Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:31:38.145Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T16:31:38.145Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T16:31:38.146Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T16:31:59.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:31:59.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:31:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:31:59.127Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:31:59.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "cds",
"timestamp": 1664555393813,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:31:59.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:31:59.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555399046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:31:59.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:31:59.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "policy-id",
"timestamp": 1664555391976,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:31:59.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:31:59.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "cds",
"timestamp": 1664555403101,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:31:59.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:31:59.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "policy-id",
"timestamp": 1664555403090,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:31:59.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:31:59.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555404167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:31:59.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:31:59.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "cds",
"timestamp": 1664555404119,
"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-09-30T16:31:59.142Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 356084b9-bb69-4da8-8fb9-b00025538831
2022-09-30T16:31:59.143Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 356084b9-bb69-4da8-8fb9-b00025538831 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:31:59.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "policy-id",
"timestamp": 1664555404098,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:31:59.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:31:59.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "policy-id",
"timestamp": 1664555405105,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:31:59.163Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 356084b9-bb69-4da8-8fb9-b00025538831
2022-09-30T16:31:59.164Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 356084b9-bb69-4da8-8fb9-b00025538831 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:31:59.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555407022,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:31:59.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:31:59.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555407948,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:31:59.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:31:59.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555407948,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:31:59.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:31:59.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555410061,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:31:59.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:31:59.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555410061,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:31:59.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:31:59.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555411088,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:31:59.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:31:59.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555414029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:31:59.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:31:59.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555415047,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:31:59.189Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 356084b9-bb69-4da8-8fb9-b00025538831
2022-09-30T16:31:59.189Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 356084b9-bb69-4da8-8fb9-b00025538831 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:31:59.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "aai-ml",
"timestamp": 1664555414612,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:31:59.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:31:59.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "aai-ml",
"timestamp": 1664555414612,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:31:59.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:31:59.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "aai-ml",
"timestamp": 1664555417552,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:31:59.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:31:59.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "clamp",
"timestamp": 1664555417400,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:31:59.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:31:59.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "clamp",
"timestamp": 1664555417400,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:31:59.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-30T16:31:59.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "clamp",
"timestamp": 1664555424422,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:31:59.207Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:31:59.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "aai-ml",
"timestamp": 1664555424598,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:31:59.207Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:31:59.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "aai-ml",
"timestamp": 1664555425603,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:31:59.216Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 356084b9-bb69-4da8-8fb9-b00025538831
2022-09-30T16:31:59.216Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 356084b9-bb69-4da8-8fb9-b00025538831 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:31:59.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "clamp",
"timestamp": 1664555427436,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:31:59.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:31:59.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T16:31:59.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "clamp",
"timestamp": 1664555428451,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:31:59.235Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 356084b9-bb69-4da8-8fb9-b00025538831
2022-09-30T16:31:59.235Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 356084b9-bb69-4da8-8fb9-b00025538831 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:32:08.146Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:32:08.163Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:32:08.170Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T16:32:08.171Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-30T16:32:08.171Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-30T16:32:08.171Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-30T16:32:08.172Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:32:08.172Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:32:08.173Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:32:08.173Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:32:08.173Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:32:08.173Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:32:08.173Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:32:08.180Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-30T16:32:38.180Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356084b9-bb69-4da8-8fb9-b00025538831 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-30T16:32:38.190Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356084b9-bb69-4da8-8fb9-b00025538831 and serviceModelVersionId: 23622146-d3b9-4f4e-bfe9-516d9e0ec24c
2022-09-30T16:32:38.191Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df38f89e-5104-4804-b8c7-909f01628b41
2022-09-30T16:32:38.193Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0
2022-09-30T16:32:38.205Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-30T16:32:38.305Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0|INFO|500||Invoke
2022-09-30T16:32:38.306Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356084b9-bb69-4da8-8fb9-b00025538831], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe9d8f38-1df1-4a14-b7a6-2517c33db43d], X-ECOMP-RequestID=[356084b9-bb69-4da8-8fb9-b00025538831], X-TransactionId=[], X-ONAP-RequestID=[356084b9-bb69-4da8-8fb9-b00025538831], Content-Type=[application/merge-patch+json]}
2022-09-30T16:32:38.357Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-30T16:32:38.497Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?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/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220930-16:32:38:532-14150], vertex-id=[249864], Content-Length=[0], Date=[Fri, 30 Sep 2022 16:32:38 GMT], Content-Type=[application/json]}
2022-09-30T16:32:38.498Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-30T16:32:38.499Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df38f89e-5104-4804-b8c7-909f01628b41/model-vers/model-ver/23622146-d3b9-4f4e-bfe9-516d9e0ec24c?depth=0|INFO|500||InvokeReturn
2022-09-30T16:32:38.500Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-30T16:32:38.500Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T16:32:38.508Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-30T16:32:38.508Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356084b9-bb69-4da8-8fb9-b00025538831 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-30T16:32:38.509Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-30T16:32:38.509Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:32:38.513Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:32:38.514Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555558508,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T16:32:38.614Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T16:32:38.615Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:32:38.615Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:32:38.642Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:32:38.643Z||pool-23-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-30T16:32:39.528Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:32:39.529Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:32:39.529Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:32:44.028Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:32:44.030Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T16:32:44.030Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b9a2377-18e6-40f6-b019-f831e768c559","serviceName":"Demo_pNF_J2miZ1IMEFz6qW0qt6g8","serviceVersion":"1.0","serviceUUID":"bf091d25-3080-4362-91bb-25811f29eb30","serviceDescription":"catalog service description","serviceInvariantUUID":"49c574a7-e2d3-416c-8d71-693f7d2c7ec3","resources":[{"resourceInstanceName":"pNF 099fc0f9-6ad2 0","resourceName":"pNF 099fc0f9-6ad2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9801c294-fc86-4d00-a833-e03222ff4a5d","resourceInvariantUUID":"1ae46f9d-e474-4e4f-9e22-b9d1613de854","resourceCustomizationUUID":"336b269b-041d-444a-a225-a1a68ea989b3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml","artifactChecksum":"M2U1ZjIxYjVhN2Y1NzdhMTMyYTlhMzAyMTIyY2RiMjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92ee38ea-ed02-4207-9ee0-74fce0ff7171","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar","artifactChecksum":"ZjQ2M2VkMWIzMGRiMGU1OTk1MjM5MDM3YWU2MmIzYTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"29be68c7-ff38-4e0e-b990-147e56258a52","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0132061e-bae4-44c3-bcd6-21b0ee4359b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml","artifactChecksum":"OTY5YmQzNTMxNDkzYTk1Mjc2YThmOWY3MmE1YWE2MjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1f0db9c-195f-4541-992b-7e344296ff97","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"584ed214-eb6c-4f88-9a60-588d547124b8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a093aa0-7e48-4ab4-bd11-3897b136509a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml","artifactChecksum":"NmM3YzkwZWNlMGU0YmJhM2ZjYzE4MDY4ZGRhYzhmYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc763b90-0614-4685-91e0-1e74519ec21b","artifactVersion":"1"},{"artifactName":"service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar","artifactChecksum":"OTVmMjY5OTA0NGY1ZmIwZTZhYjUyNWY4MDM0ZmVhYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6fbc2ac0-bf45-430a-a07e-451b705eef3b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-30T16:32:44.036Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:32:44.037Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:32:44.039Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:32:44.039Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:44.139Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:32:44.140Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:32:44.141Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:32:44.179Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:32:44.180Z||pool-24-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:32:45.040Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:32:45.041Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:32:45.044Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:32:45.044Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:45.144Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T16:32:45.146Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:32:45.146Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:32:45.164Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:32:45.166Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:32:46.045Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:32:46.046Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:32:46.049Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:32:46.049Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:46.149Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:32:46.152Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:32:46.152Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:32:46.172Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:32:46.173Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:32:47.049Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:32:47.051Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:32:47.054Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:32:47.054Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:47.155Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:32:47.156Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:32:47.156Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:32:47.181Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:32:47.182Z||pool-27-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-09-30T16:32:48.056Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:32:48.058Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:32:48.061Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:32:48.061Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:48.161Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T16:32:48.162Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:32:48.162Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:32:48.193Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:32:48.194Z||pool-28-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:32:49.062Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:32:49.064Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:32:49.066Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:32:49.067Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:49.167Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:32:49.168Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:32:49.168Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:32:49.226Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:32:49.227Z||pool-29-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:32:50.068Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:32:50.069Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:32:50.071Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:32:50.071Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:50.171Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:32:50.172Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:32:50.172Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:32:50.221Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:32:50.221Z||pool-30-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:32:51.072Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:32:51.072Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:32:51.075Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:32:51.075Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:32:51.175Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:32:51.176Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:32:51.176Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:32:51.195Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:32:51.196Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:32:52.076Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"serviceName": "Demo_pNF_J2miZ1IMEFz6qW0qt6g8",
"serviceVersion": "1.0",
"serviceUUID": "bf091d25-3080-4362-91bb-25811f29eb30",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "49c574a7-e2d3-416c-8d71-693f7d2c7ec3",
"resources": [
{
"resourceInstanceName": "pNF 099fc0f9-6ad2 0",
"resourceCustomizationUUID": "336b269b-041d-444a-a225-a1a68ea989b3",
"resourceName": "pNF 099fc0f9-6ad2",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "9801c294-fc86-4d00-a833-e03222ff4a5d",
"resourceInvariantUUID": "1ae46f9d-e474-4e4f-9e22-b9d1613de854",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"artifactChecksum": "OTVmMjY5OTA0NGY1ZmIwZTZhYjUyNWY4MDM0ZmVhYzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6fbc2ac0-bf45-430a-a07e-451b705eef3b"
}
],
"workloadContext": "Production"
}
2022-09-30T16:32:52.077Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-30T16:32:52.077Z|356084b9-bb69-4da8-8fb9-b00025538831|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bf091d25-3080-4362-91bb-25811f29eb30 ASDC
2022-09-30T16:32:52.078Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3b9a2377-18e6-40f6-b019-f831e768c559
ServiceName:Demo_pNF_J2miZ1IMEFz6qW0qt6g8
ServiceVersion:1.0
ServiceUUID:bf091d25-3080-4362-91bb-25811f29eb30
ServiceInvariantUUID:49c574a7-e2d3-416c-8d71-693f7d2c7ec3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
ArtifactUUID:6fbc2ac0-bf45-430a-a07e-451b705eef3b
ArtifactChecksum:OTVmMjY5OTA0NGY1ZmIwZTZhYjUyNWY4MDM0ZmVhYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 099fc0f9-6ad2 0
ResourceCustomizationUUID:336b269b-041d-444a-a225-a1a68ea989b3
ResourceInvariantUUID:1ae46f9d-e474-4e4f-9e22-b9d1613de854
ResourceName:pNF 099fc0f9-6ad2
ResourceType:PNF
ResourceUUID:9801c294-fc86-4d00-a833-e03222ff4a5d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-09-30T16:32:52.078Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf091d25-3080-4362-91bb-25811f29eb30 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:32:52.119Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T16:32:52.121Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-30T16:32:52.121Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-30T16:32:52.121Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6fbc2ac0-bf45-430a-a07e-451b705eef3b from URL: /sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:52.122Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-30T16:32:52.122Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:52.219Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-30T16:32:52.224Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar 6fbc2ac0-bf45-430a-a07e-451b705eef3b 82639
2022-09-30T16:32:52.225Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar ASDC sendASDCNotification
2022-09-30T16:32:52.225Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:52.226Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T16:32:52.226Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:32:52.228Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:32:52.229Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555572224,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:32:52.329Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:32:52.330Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:32:52.331Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:32:52.376Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:32:52.382Z||pool-32-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:32:53.229Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T16:32:53.231Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-30T16:32:53.231Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6fbc2ac0-bf45-430a-a07e-451b705eef3b, URL: /sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar to file: /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:53.231Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:53.232Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:53.232Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:53.436Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16708414536050552999/Definitions/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml
2022-09-30T16:32:54.548Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-30T16:32:54.548Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 099fc0f9-6ad2 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:54.549Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:54.550Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:54.550Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-30T16:32:54.551Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:32:54.551Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:32:54.552Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Node template pNF 099fc0f9-6ad2 0 is matching search criteria
2022-09-30T16:32:54.552Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-30T16:32:54.552Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 099fc0f9-6ad2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T16:32:54.553Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:32:54.553Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:32:54.553Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Node template pNF 099fc0f9-6ad2 0 is matching search criteria
2022-09-30T16:32:54.553Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-30T16:32:54.554Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 099fc0f9-6ad2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T16:32:54.554Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:32:54.554Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:32:54.554Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:32:54.554Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:32:54.555Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:32:54.555Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:32:54.555Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:32:54.555Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:32:54.556Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:32:54.556Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:32:54.556Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_J2miZ1IMEFz6qW0qt6g8
Description:catalog service description
Model UUID:bf091d25-3080-4362-91bb-25811f29eb30
Model Version:NULL
Model InvariantUuid:49c574a7-e2d3-416c-8d71-693f7d2c7ec3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-30T16:32:54.574Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9801c294-fc86-4d00-a833-e03222ff4a5d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T16:32:54.581Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||pNF 099fc0f9-6ad2 0
2022-09-30T16:32:54.582Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9801c294-fc86-4d00-a833-e03222ff4a5d
2022-09-30T16:32:54.582Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||No resources found for Service: bf091d25-3080-4362-91bb-25811f29eb30
2022-09-30T16:32:54.582Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: bf091d25-3080-4362-91bb-25811f29eb30
2022-09-30T16:32:54.583Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 099fc0f9-6ad2 0 9801c294-fc86-4d00-a833-e03222ff4a5d ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T16:32:54.596Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a705775, org.onap.sdc.toscaparser.api.parameters.Input@7b73a7ab, org.onap.sdc.toscaparser.api.parameters.Input@2d81f231, org.onap.sdc.toscaparser.api.parameters.Input@207850d1, org.onap.sdc.toscaparser.api.parameters.Input@584b6054]
2022-09-30T16:32:54.596Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:32:54.597Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:32:54.597Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid bf091d25-3080-4362-91bb-25811f29eb30: pNF 099fc0f9-6ad2
2022-09-30T16:32:54.598Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||Processing PNF resource: 9801c294-fc86-4d00-a833-e03222ff4a5d
2022-09-30T16:32:54.598Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:32:54.598Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_J2miZ1IMEFz6qW0qt6g8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:32:54.599Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||Resource customization UUID: 336b269b-041d-444a-a225-a1a68ea989b3 is the same as notified resource customizationUUID: 336b269b-041d-444a-a225-a1a68ea989b3
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-30T16:32:54.752Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 099fc0f9-6ad2 9801c294-fc86-4d00-a833-e03222ff4a5d 0 ASDC deployResourceStructure
2022-09-30T16:32:54.752Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar ASDC sendASDCNotification
2022-09-30T16:32:54.753Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar
2022-09-30T16:32:54.753Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T16:32:54.753Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:32:54.780Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:32:54.781Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555574752,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:32:54.858Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 65 ms
2022-09-30T16:32:54.860Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:32:54.860Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:32:54.883Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:32:54.887Z||pool-33-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-09-30T16:32:55.795Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b9a2377-18e6-40f6-b019-f831e768c559
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:32:55.807Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b9a2377-18e6-40f6-b019-f831e768c559
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:32:55.821Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T16:32:55.821Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T16:32:55.821Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T16:32:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:32:59.050Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:32:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:32:59.082Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:32:59.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555467947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "cds",
"timestamp": 1664555468811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555467947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555470061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "cds",
"timestamp": 1664555468811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555467947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555470061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "cds",
"timestamp": 1664555468811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555467947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555470061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "cds",
"timestamp": 1664555468811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "policy-id",
"timestamp": 1664555471975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555467947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555470061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "cds",
"timestamp": 1664555468811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "policy-id",
"timestamp": 1664555471975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555467947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555470061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "cds",
"timestamp": 1664555468811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "policy-id",
"timestamp": 1664555471975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555467947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555470061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-09-30T16:32:59.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "aai-ml",
"timestamp": 1664555474612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "cds",
"timestamp": 1664555468811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "policy-id",
"timestamp": 1664555471975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555467947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:32:59.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555470061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "aai-ml",
"timestamp": 1664555474612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "cds",
"timestamp": 1664555468811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:32:59.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "policy-id",
"timestamp": 1664555471975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555470061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "aai-ml",
"timestamp": 1664555474612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555477404,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:32:59.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "policy-id",
"timestamp": 1664555471975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "clamp",
"timestamp": 1664555477403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "aai-ml",
"timestamp": 1664555474612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "cds",
"timestamp": 1664555478350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:32:59.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555479607,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:32:59.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "policy-id",
"timestamp": 1664555471975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "clamp",
"timestamp": 1664555477403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "aai-ml",
"timestamp": 1664555474612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "cds",
"timestamp": 1664555479370,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:32:59.195Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b9a2377-18e6-40f6-b019-f831e768c559
2022-09-30T16:32:59.195Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9a2377-18e6-40f6-b019-f831e768c559 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:32:59.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "policy-id",
"timestamp": 1664555471975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:32:59.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555480919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-09-30T16:32:59.213Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "clamp",
"timestamp": 1664555477403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "aai-ml",
"timestamp": 1664555474612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.214Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555481926,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:32:59.232Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3b9a2377-18e6-40f6-b019-f831e768c559
2022-09-30T16:32:59.233Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9a2377-18e6-40f6-b019-f831e768c559 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:32:59.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "clamp",
"timestamp": 1664555477403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "aai-ml",
"timestamp": 1664555474612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "policy-id",
"timestamp": 1664555481262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:32:59.252Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555482000,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:32:59.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "clamp",
"timestamp": 1664555477403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "aai-ml",
"timestamp": 1664555474612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:32:59.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "policy-id",
"timestamp": 1664555482344,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:32:59.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555483017,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:32:59.263Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b9a2377-18e6-40f6-b019-f831e768c559
2022-09-30T16:32:59.263Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9a2377-18e6-40f6-b019-f831e768c559 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:32:59.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "clamp",
"timestamp": 1664555477403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "policy-id",
"timestamp": 1664555483350,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:32:59.285Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b9a2377-18e6-40f6-b019-f831e768c559
2022-09-30T16:32:59.286Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9a2377-18e6-40f6-b019-f831e768c559 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:32:59.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "aai-ml",
"timestamp": 1664555483563,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:32:59.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "clamp",
"timestamp": 1664555477403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "clamp",
"timestamp": 1664555477403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:32:59.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "aai-ml",
"timestamp": 1664555492682,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:32:59.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "clamp",
"timestamp": 1664555493443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:32:59.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "aai-ml",
"timestamp": 1664555493702,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:32:59.309Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b9a2377-18e6-40f6-b019-f831e768c559
2022-09-30T16:32:59.309Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9a2377-18e6-40f6-b019-f831e768c559 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:32:59.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "clamp",
"timestamp": 1664555494476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:32:59.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "clamp",
"timestamp": 1664555495482,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:32:59.325Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b9a2377-18e6-40f6-b019-f831e768c559
2022-09-30T16:32:59.326Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9a2377-18e6-40f6-b019-f831e768c559 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:32:59.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "cds",
"timestamp": 1664555498809,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "policy-id",
"timestamp": 1664555491975,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555497947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "cds",
"timestamp": 1664555498809,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555497947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "policy-id",
"timestamp": 1664555491975,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "cds",
"timestamp": 1664555498809,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555497947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "policy-id",
"timestamp": 1664555491975,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "cds",
"timestamp": 1664555498809,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555497947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "policy-id",
"timestamp": 1664555491975,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "cds",
"timestamp": 1664555498809,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "policy-id",
"timestamp": 1664555491975,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-09-30T16:32:59.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555497947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "cds",
"timestamp": 1664555498809,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555497947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "policy-id",
"timestamp": 1664555491975,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "cds",
"timestamp": 1664555498809,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555497947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "policy-id",
"timestamp": 1664555491975,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "cds",
"timestamp": 1664555498809,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555497947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "policy-id",
"timestamp": 1664555491975,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "cds",
"timestamp": 1664555498809,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:32:59.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555497947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:32:59.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "policy-id",
"timestamp": 1664555491975,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:32:59.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "policy-id",
"timestamp": 1664555510591,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:32:59.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555510642,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:32:59.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "cds",
"timestamp": 1664555510741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:32:59.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T16:32:59.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "policy-id",
"timestamp": 1664555511597,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:32:59.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "cds",
"timestamp": 1664555511749,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:32:59.401Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8dfc4f97-265b-465d-9778-4a8980065396
2022-09-30T16:32:59.402Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dfc4f97-265b-465d-9778-4a8980065396 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:32:59.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "policy-id",
"timestamp": 1664555512607,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:32:59.421Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8dfc4f97-265b-465d-9778-4a8980065396
2022-09-30T16:32:59.421Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dfc4f97-265b-465d-9778-4a8980065396 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:32:59.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:32:59.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555513934,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:32:59.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "policy-id",
"timestamp": 1664555513635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "cds",
"timestamp": 1664555513822,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "aai-ml",
"timestamp": 1664555514486,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:32:59.440Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:32:59.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555514946,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:32:59.447Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8dfc4f97-265b-465d-9778-4a8980065396
2022-09-30T16:32:59.447Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dfc4f97-265b-465d-9778-4a8980065396 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:32:59.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "policy-id",
"timestamp": 1664555513635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "cds",
"timestamp": 1664555513822,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:32:59.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "policy-id",
"timestamp": 1664555513635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-30T16:32:59.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "cds",
"timestamp": 1664555513822,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "policy-id",
"timestamp": 1664555513635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "cds",
"timestamp": 1664555513822,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:32:59.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:32:59.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:32:59.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:33:25.822Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b9a2377-18e6-40f6-b019-f831e768c559
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:33:25.835Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b9a2377-18e6-40f6-b019-f831e768c559
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:33:25.840Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T16:33:25.840Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-30T16:33:25.841Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-30T16:33:25.841Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-30T16:33:25.841Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:33:25.841Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:33:25.841Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:33:25.841Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:33:25.842Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:33:25.842Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:33:25.842Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:33:25.842Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:33:25.847Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-30T16:33:55.847Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b9a2377-18e6-40f6-b019-f831e768c559 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-30T16:33:55.853Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b9a2377-18e6-40f6-b019-f831e768c559 and serviceModelVersionId: bf091d25-3080-4362-91bb-25811f29eb30
2022-09-30T16:33:55.853Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 49c574a7-e2d3-416c-8d71-693f7d2c7ec3
2022-09-30T16:33:55.854Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0
2022-09-30T16:33:55.859Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-30T16:33:55.924Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0|INFO|500||Invoke
2022-09-30T16:33:55.925Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3b9a2377-18e6-40f6-b019-f831e768c559], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[738a735b-0c23-400f-8fb5-1fa11bca2c6e], X-ECOMP-RequestID=[3b9a2377-18e6-40f6-b019-f831e768c559], X-TransactionId=[], X-ONAP-RequestID=[3b9a2377-18e6-40f6-b019-f831e768c559], Content-Type=[application/merge-patch+json]}
2022-09-30T16:33:55.952Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-30T16:33:56.086Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?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/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220930-16:33:56:134-57287], vertex-id=[184432], Content-Length=[0], Date=[Fri, 30 Sep 2022 16:33:56 GMT], Content-Type=[application/json]}
2022-09-30T16:33:56.086Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-30T16:33:56.088Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49c574a7-e2d3-416c-8d71-693f7d2c7ec3/model-vers/model-ver/bf091d25-3080-4362-91bb-25811f29eb30?depth=0|INFO|500||InvokeReturn
2022-09-30T16:33:56.088Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-30T16:33:56.088Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T16:33:56.093Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-30T16:33:56.093Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b9a2377-18e6-40f6-b019-f831e768c559 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-30T16:33:56.094Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-30T16:33:56.094Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:33:56.097Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:33:56.098Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555636094,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T16:33:56.198Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:33:56.199Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:33:56.200Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:33:56.230Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:33:56.231Z||pool-34-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-30T16:33:57.110Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T16:33:57.111Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8dfc4f97-265b-465d-9778-4a8980065396","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"923af81f-01e4-46e8-8211-09f495f84ccb","serviceDescription":"service","serviceInvariantUUID":"c671674d-fca1-4ccb-851b-f075a65faa07","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad1779a6-4360-441d-88ff-77f1f411dfd0","resourceInvariantUUID":"e44f6f2c-ded3-4f0f-bed6-03965f509639","resourceCustomizationUUID":"0bf89037-3a37-467e-ab2a-6fc8e8a7200a","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":"ZjM0OTgxYzc1ZWI0MjBjYmY0MTc3MmY0N2QyMTY4MmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e33995c-8bda-4995-a9eb-5bc9f5510e01","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":"1a121966-3a75-4684-8914-0648dfdb5498","artifactVersion":"2","generatedFromUUID":"6f07af0e-5128-4e6a-918d-fb477ae424ce"},{"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":"6f07af0e-5128-4e6a-918d-fb477ae424ce","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":"YjY0NDBhZGIzZmFmZmE3NTk4YTNiZjU2Mjk3NDIzNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e978fa7a-f0fb-4069-9e3b-b15815933151","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":"5c74c823-f4a5-48b6-b15c-1cac3fea4e99","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":"1e052366-d5cb-45d4-a1c5-86a45ef801cb","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":"fcc5f4ec-fb7a-4095-881e-d1e14ffdef21","artifactVersion":"2","generatedFromUUID":"5c74c823-f4a5-48b6-b15c-1cac3fea4e99"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MGYxMDAyYWEwZDJmY2E3MDE0OTg5YmVhNzU4N2VhNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a2cc38c-b371-4b73-8609-3c407aefaa56","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTBjMDNhMDE1NTYzZjZmNzU0ZGVhYjlhY2E4YzMyNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70811a3b-8b79-4d5c-9c07-f91ceb7ea805","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-30T16:33:57.111Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:33:57.112Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:33:57.114Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:33:57.114Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:33:57.214Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:33:57.215Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:33:57.215Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:33:57.249Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:33:57.250Z||pool-35-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:33:58.116Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:33:58.117Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:33:58.120Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:33:58.120Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-09-30T16:33:58.220Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T16:33:58.221Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:33:58.222Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:33:58.255Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:33:58.256Z||pool-36-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-09-30T16:33:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:33:59.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:33:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:33:59.121Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:33:59.122Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:33:59.126Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:33:59.126Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-09-30T16:33:59.160Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:33:59.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:33:59.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "policy-id",
"timestamp": 1664555513635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:33:59.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:33:59.226Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:33:59.227Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:33:59.228Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:33:59.287Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:33:59.289Z||pool-37-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-09-30T16:34:00.127Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:34:00.128Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:00.130Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:00.130Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T16:34:00.230Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:34:00.232Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:00.232Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:00.309Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:00.309Z||pool-38-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":1,"count":1}
2022-09-30T16:34:01.131Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:34:01.132Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:01.134Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:01.134Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-09-30T16:34:01.236Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:34:01.238Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:01.238Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:01.274Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:01.274Z||pool-39-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:34:02.138Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:34:02.147Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:02.151Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:02.151Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:02.252Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-30T16:34:02.253Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:02.253Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:02.294Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:02.295Z||pool-40-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:34:03.154Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:34:03.155Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:03.162Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:03.163Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-09-30T16:34:03.257Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-09-30T16:34:03.259Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:03.259Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:03.318Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:03.319Z||pool-41-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:34:04.165Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:34:04.170Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:04.178Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:04.178Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:04.283Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-30T16:34:04.284Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:04.284Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:04.307Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:04.307Z||pool-42-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:34:05.180Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:34:05.180Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:05.184Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:05.184Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:34:05.286Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-30T16:34:05.287Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:05.287Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:05.316Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:05.317Z||pool-43-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:34:06.186Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "923af81f-01e4-46e8-8211-09f495f84ccb",
"serviceDescription": "service",
"serviceInvariantUUID": "c671674d-fca1-4ccb-851b-f075a65faa07",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "0bf89037-3a37-467e-ab2a-6fc8e8a7200a",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ad1779a6-4360-441d-88ff-77f1f411dfd0",
"resourceInvariantUUID": "e44f6f2c-ded3-4f0f-bed6-03965f509639",
"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": "1a121966-3a75-4684-8914-0648dfdb5498",
"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": "6f07af0e-5128-4e6a-918d-fb477ae424ce",
"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": "YjY0NDBhZGIzZmFmZmE3NTk4YTNiZjU2Mjk3NDIzNjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e978fa7a-f0fb-4069-9e3b-b15815933151",
"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": "5c74c823-f4a5-48b6-b15c-1cac3fea4e99",
"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": "fcc5f4ec-fb7a-4095-881e-d1e14ffdef21",
"generatedFromUUID": "5c74c823-f4a5-48b6-b15c-1cac3fea4e99"
},
"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": "fcc5f4ec-fb7a-4095-881e-d1e14ffdef21",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "ZTBjMDNhMDE1NTYzZjZmNzU0ZGVhYjlhY2E4YzMyNTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "70811a3b-8b79-4d5c-9c07-f91ceb7ea805"
}
],
"workloadContext": "Production"
}
2022-09-30T16:34:06.207Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-30T16:34:06.208Z|3b9a2377-18e6-40f6-b019-f831e768c559|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 923af81f-01e4-46e8-8211-09f495f84ccb ASDC
2022-09-30T16:34:06.209Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8dfc4f97-265b-465d-9778-4a8980065396
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:923af81f-01e4-46e8-8211-09f495f84ccb
ServiceInvariantUUID:c671674d-fca1-4ccb-851b-f075a65faa07
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:70811a3b-8b79-4d5c-9c07-f91ceb7ea805
ArtifactChecksum:ZTBjMDNhMDE1NTYzZjZmNzU0ZGVhYjlhY2E4YzMyNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:0bf89037-3a37-467e-ab2a-6fc8e8a7200a
ResourceInvariantUUID:e44f6f2c-ded3-4f0f-bed6-03965f509639
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ad1779a6-4360-441d-88ff-77f1f411dfd0
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:1a121966-3a75-4684-8914-0648dfdb5498
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:6f07af0e-5128-4e6a-918d-fb477ae424ce
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:e978fa7a-f0fb-4069-9e3b-b15815933151
ArtifactChecksum:YjY0NDBhZGIzZmFmZmE3NTk4YTNiZjU2Mjk3NDIzNjY=
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:5c74c823-f4a5-48b6-b15c-1cac3fea4e99
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:fcc5f4ec-fb7a-4095-881e-d1e14ffdef21
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:fcc5f4ec-fb7a-4095-881e-d1e14ffdef21
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-30T16:34:06.212Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 923af81f-01e4-46e8-8211-09f495f84ccb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-30T16:34:06.289Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T16:34:06.290Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-30T16:34:06.290Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-30T16:34:06.290Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 70811a3b-8b79-4d5c-9c07-f91ceb7ea805 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-30T16:34:06.291Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-30T16:34:06.291Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-30T16:34:06.445Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-30T16:34:06.450Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 70811a3b-8b79-4d5c-9c07-f91ceb7ea805 68961
2022-09-30T16:34:06.451Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-30T16:34:06.451Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-30T16:34:06.452Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T16:34:06.452Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:06.456Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:06.457Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555646451,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:34:06.556Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T16:34:06.557Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:06.558Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:06.579Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:06.580Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:34:07.458Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T16:34:07.460Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-30T16:34:07.460Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 70811a3b-8b79-4d5c-9c07-f91ceb7ea805, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-30T16:34:07.461Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-09-30T16:34:07.461Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-30T16:34:07.462Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-30T16:34:07.616Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12965008021970209516/Definitions/service-BasicCnf-template.yml
2022-09-30T16:34:09.258Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-30T16:34:09.259Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-30T16:34:09.259Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-30T16:34:09.259Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-30T16:34:09.259Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-30T16:34:09.259Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-30T16:34:09.259Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-30T16:34:09.260Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||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-09-30T16:34:09.260Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-30T16:34:09.260Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:09.260Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:34:09.261Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-30T16:34:09.261Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-30T16:34:09.261Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T16:34:09.262Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:09.262Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:34:09.262Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-30T16:34:09.262Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-30T16:34:09.262Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T16:34:09.263Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:09.263Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:34:09.263Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:09.264Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-30T16:34:09.264Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-09-30T16:34:09.264Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-09-30T16:34:09.264Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-30T16:34:09.265Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:09.265Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-30T16:34:09.265Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:09.265Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-30T16:34:09.265Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T16:34:09.266Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:09.266Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-30T16:34:09.266Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T16:34:09.267Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:09.267Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-30T16:34:09.267Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T16:34:09.267Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:09.268Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-30T16:34:09.268Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-30T16:34:09.268Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=08605f31-1bb2-436f-8cab-33fd93a02bca
2022-09-30T16:34:09.268Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:09.268Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:34:09.269Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:09.269Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:34:09.269Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:09.269Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:34:09.270Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:09.270Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:34:09.270Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:923af81f-01e4-46e8-8211-09f495f84ccb
Model Version:NULL
Model InvariantUuid:c671674d-fca1-4ccb-851b-f075a65faa07
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:fb06cdd2-e373-48b9-a728-03a7c671ba06
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e44f6f2c-ded3-4f0f-bed6-03965f509639
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0bf89037-3a37-467e-ab2a-6fc8e8a7200a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1e0fb413-d436-4554-9059-57420cccebd7
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:23828451-8ad6-4d5e-b5c5-32eee852c3c7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:08605f31-1bb2-436f-8cab-33fd93a02bca
ModelInvariantUuid:ae67c640-b20d-4992-8699-3f8a61481b2e
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:65059267-d693-4623-a545-7f6240e09fdf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:dbfa2f82-f41c-41bf-b060-0517099f09cf
ModelInvariantUuid:cd45d270-6793-4793-951e-85f85fa4e1be
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ea7164bf-ff21-4b36-bb4a-de807218c33f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-30T16:34:09.280Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ad1779a6-4360-441d-88ff-77f1f411dfd0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T16:34:09.284Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-09-30T16:34:09.284Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad1779a6-4360-441d-88ff-77f1f411dfd0
2022-09-30T16:34:09.284Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1a121966-3a75-4684-8914-0648dfdb5498 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-30T16:34:09.284Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-30T16:34:09.284Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-30T16:34:09.457Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-30T16:34:09.458Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1a121966-3a75-4684-8914-0648dfdb5498 12
2022-09-30T16:34:09.458Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-09-30T16:34:09.458Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-30T16:34:09.458Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T16:34:09.459Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:09.461Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:09.461Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555649458,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:34:09.561Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:34:09.562Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:09.562Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:09.580Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:09.581Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:34:10.462Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6f07af0e-5128-4e6a-918d-fb477ae424ce from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-30T16:34:10.463Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-30T16:34:10.463Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-30T16:34:10.650Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-30T16:34:10.651Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6f07af0e-5128-4e6a-918d-fb477ae424ce 2688
2022-09-30T16:34:10.651Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-09-30T16:34:10.651Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-30T16:34:10.652Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T16:34:10.652Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:10.655Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:10.655Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555650651,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:34:10.755Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:34:10.756Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:10.756Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:10.805Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:10.806Z||pool-46-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:34:11.657Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e978fa7a-f0fb-4069-9e3b-b15815933151 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-30T16:34:11.657Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-30T16:34:11.657Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-30T16:34:11.790Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-30T16:34:11.790Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e978fa7a-f0fb-4069-9e3b-b15815933151 828
2022-09-30T16:34:11.791Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-09-30T16:34:11.791Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-30T16:34:11.791Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T16:34:11.791Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:11.793Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:11.793Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555651791,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:34:11.893Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:34:11.894Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:11.895Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:11.911Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:11.912Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:34:12.794Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "1e0fb413-d436-4554-9059-57420cccebd7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "23828451-8ad6-4d5e-b5c5-32eee852c3c7",
"vfModuleModelCustomizationUUID": "a2c98f28-d7d2-488b-ab10-62c63db12482",
"isBase": true,
"artifacts": [
"5c74c823-f4a5-48b6-b15c-1cac3fea4e99",
"6f07af0e-5128-4e6a-918d-fb477ae424ce",
"fcc5f4ec-fb7a-4095-881e-d1e14ffdef21"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-30T16:34:12.799Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:23828451-8ad6-4d5e-b5c5-32eee852c3c7
VfModuleModelInvariantUUID:1e0fb413-d436-4554-9059-57420cccebd7
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c74c823-f4a5-48b6-b15c-1cac3fea4e99
,
6f07af0e-5128-4e6a-918d-fb477ae424ce
,
fcc5f4ec-fb7a-4095-881e-d1e14ffdef21
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-30T16:34:12.802Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "1e0fb413-d436-4554-9059-57420cccebd7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "23828451-8ad6-4d5e-b5c5-32eee852c3c7",
"vfModuleModelCustomizationUUID": "a2c98f28-d7d2-488b-ab10-62c63db12482",
"isBase": true,
"artifacts": [
"5c74c823-f4a5-48b6-b15c-1cac3fea4e99",
"6f07af0e-5128-4e6a-918d-fb477ae424ce",
"fcc5f4ec-fb7a-4095-881e-d1e14ffdef21"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-30T16:34:12.802Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:23828451-8ad6-4d5e-b5c5-32eee852c3c7
VfModuleModelInvariantUUID:1e0fb413-d436-4554-9059-57420cccebd7
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c74c823-f4a5-48b6-b15c-1cac3fea4e99
,
6f07af0e-5128-4e6a-918d-fb477ae424ce
,
fcc5f4ec-fb7a-4095-881e-d1e14ffdef21
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-30T16:34:12.802Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5c74c823-f4a5-48b6-b15c-1cac3fea4e99 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-30T16:34:12.802Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-30T16:34:12.803Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-30T16:34:12.955Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-30T16:34:12.956Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5c74c823-f4a5-48b6-b15c-1cac3fea4e99 1164
2022-09-30T16:34:12.956Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-09-30T16:34:12.957Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-30T16:34:12.957Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T16:34:12.957Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:12.961Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:12.961Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555652956,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:34:13.062Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-30T16:34:13.063Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:13.063Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:13.086Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:13.087Z||pool-48-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-30T16:34:13.961Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fcc5f4ec-fb7a-4095-881e-d1e14ffdef21 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-30T16:34:13.962Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-30T16:34:13.963Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-30T16:34:14.075Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-30T16:34:14.076Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env fcc5f4ec-fb7a-4095-881e-d1e14ffdef21 200
2022-09-30T16:34:14.077Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-09-30T16:34:14.077Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-30T16:34:14.077Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T16:34:14.078Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:14.080Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:14.080Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555654076,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:34:14.180Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:34:14.181Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:14.181Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:14.247Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:14.247Z||pool-49-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:34:15.080Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 923af81f-01e4-46e8-8211-09f495f84ccb
2022-09-30T16:34:15.081Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ad1779a6-4360-441d-88ff-77f1f411dfd0 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=?
2022-09-30T16:34:15.097Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T16:34:15.107Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b9f90a8, org.onap.sdc.toscaparser.api.parameters.Input@8ea00d5, org.onap.sdc.toscaparser.api.parameters.Input@7daa697c, org.onap.sdc.toscaparser.api.parameters.Input@2eae4f0f, org.onap.sdc.toscaparser.api.parameters.Input@392380a2]
2022-09-30T16:34:15.109Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:15.109Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:34:15.109Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-09-30T16:34:15.110Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0bf89037-3a37-467e-ab2a-6fc8e8a7200a
2022-09-30T16:34:15.110Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0bf89037-3a37-467e-ab2a-6fc8e8a7200a matches Tosca VF Customization UUID: 0bf89037-3a37-467e-ab2a-6fc8e8a7200a
2022-09-30T16:34:15.110Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0bf89037-3a37-467e-ab2a-6fc8e8a7200a matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-30T16:34:15.114Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:15.114Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:34:15.115Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0bf89037-3a37-467e-ab2a-6fc8e8a7200a: {\"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-09-30T16:34:15.116Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@13d24fff
2022-09-30T16:34:15.116Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:15.116Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-30T16:34:15.117Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a2c98f28-d7d2-488b-ab10-62c63db12482
2022-09-30T16:34:15.117Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a2c98f28-d7d2-488b-ab10-62c63db12482
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-30T16:34:15.120Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:15.121Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-30T16:34:15.122Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T16:34:15.122Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:15.123Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-30T16:34:15.123Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T16:34:15.123Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:15.124Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-30T16:34:15.124Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-30T16:34:15.124Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=08605f31-1bb2-436f-8cab-33fd93a02bca
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-30T16:34:15.128Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:15.129Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-30T16:34:15.129Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T16:34:15.129Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:15.130Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-30T16:34:15.130Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=0bf89037-3a37-467e-ab2a-6fc8e8a7200a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T16:34:15.132Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:15.132Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:34:15.133Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 923af81f-01e4-46e8-8211-09f495f84ccb: basic_cnf
2022-09-30T16:34:15.133Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:15.133Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:34:15.134Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:15.134Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:34:15.134Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:15.135Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:34:15.135Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:15.135Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:34:15.136Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:34:15.136Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:34:15.137Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:34:15.213Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ad1779a6-4360-441d-88ff-77f1f411dfd0 1 ASDC deployResourceStructure
2022-09-30T16:34:15.214Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-09-30T16:34:15.215Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-09-30T16:34:15.215Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-30T16:34:15.215Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:15.218Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:15.218Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555655214,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-30T16:34:15.318Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:34:15.319Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:15.319Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:15.337Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:15.338Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:34:16.219Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-09-30T16:34:16.220Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-09-30T16:34:16.220Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-30T16:34:16.220Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:16.222Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:16.222Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555656219,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-30T16:34:16.323Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:34:16.324Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:16.324Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:16.352Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:16.352Z||pool-51-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:34:17.223Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-09-30T16:34:17.224Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-30T16:34:17.224Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T16:34:17.224Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:17.227Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:17.228Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555657223,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-30T16:34:17.328Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:34:17.329Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:17.329Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:17.362Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:17.363Z||pool-52-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:34:18.228Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-09-30T16:34:18.229Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-30T16:34:18.230Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T16:34:18.230Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:18.232Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:18.233Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555658228,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-09-30T16:34:18.340Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-09-30T16:34:18.341Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:18.341Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:18.459Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:18.460Z||pool-53-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":1,"count":1}
2022-09-30T16:34:19.234Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-09-30T16:34:19.234Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-30T16:34:19.235Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T16:34:19.235Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:19.237Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:19.238Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555659234,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-09-30T16:34:19.338Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:34:19.339Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:19.339Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:19.363Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:19.364Z||pool-54-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-30T16:34:20.238Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-30T16:34:20.240Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-30T16:34:20.240Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T16:34:20.240Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:34:20.243Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:34:20.243Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555660238,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:34:20.344Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-30T16:34:20.345Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:34:20.346Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:20.388Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:20.389Z||pool-55-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:34:21.244Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dfc4f97-265b-465d-9778-4a8980065396
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:34:21.259Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dfc4f97-265b-465d-9778-4a8980065396
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:34:21.263Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T16:34:21.263Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T16:34:21.264Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T16:34:51.266Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dfc4f97-265b-465d-9778-4a8980065396
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:34:51.282Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dfc4f97-265b-465d-9778-4a8980065396
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:34:51.286Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T16:34:51.287Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T16:34:51.287Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T16:34:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:34:59.050Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:34:59.051Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:34:59.109Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:34:59.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "cds",
"timestamp": 1664555513822,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "policy-id",
"timestamp": 1664555513635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "cds",
"timestamp": 1664555513822,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "policy-id",
"timestamp": 1664555513635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:34:59.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "cds",
"timestamp": 1664555513822,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:34:59.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "cds",
"timestamp": 1664555522033,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:34:59.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:34:59.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "policy-id",
"timestamp": 1664555522081,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:34:59.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:34:59.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "policy-id",
"timestamp": 1664555523089,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:34:59.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:34:59.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "cds",
"timestamp": 1664555523073,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:34:59.143Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of daf5204d-7bb5-4323-95c2-972bb42bdc53
2022-09-30T16:34:59.144Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf5204d-7bb5-4323-95c2-972bb42bdc53 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:34:59.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "policy-id",
"timestamp": 1664555524100,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:34:59.167Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of daf5204d-7bb5-4323-95c2-972bb42bdc53
2022-09-30T16:34:59.167Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf5204d-7bb5-4323-95c2-972bb42bdc53 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:34:59.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "ves-openapi-manager",
"timestamp": 1664555510061,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "clamp",
"timestamp": 1664555526449,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:34:59.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:34:59.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "aai-ml",
"timestamp": 1664555526406,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:34:59.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:34:59.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "aai-ml",
"timestamp": 1664555527411,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:34:59.182Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8dfc4f97-265b-465d-9778-4a8980065396
2022-09-30T16:34:59.183Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dfc4f97-265b-465d-9778-4a8980065396 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:34:59.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "clamp",
"timestamp": 1664555528472,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:34:59.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:34:59.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555527947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "clamp",
"timestamp": 1664555529501,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:34:59.198Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8dfc4f97-265b-465d-9778-4a8980065396
2022-09-30T16:34:59.198Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dfc4f97-265b-465d-9778-4a8980065396 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:34:59.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555527947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555527947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T16:34:59.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555527947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555527947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555527947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "aai-ml",
"timestamp": 1664555504612,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:34:59.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555527947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:34:59.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "aai-ml",
"timestamp": 1664555535549,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:34:59.214Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:34:59.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555535805,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:34:59.214Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:34:59.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "clamp",
"timestamp": 1664555507400,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:34:59.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555539011,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:34:59.215Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:34:59.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664555540021,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:34:59.220Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of daf5204d-7bb5-4323-95c2-972bb42bdc53
2022-09-30T16:34:59.220Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf5204d-7bb5-4323-95c2-972bb42bdc53 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:34:59.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "clamp",
"timestamp": 1664555541452,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:34:59.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:34:59.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "clamp",
"timestamp": 1664555543467,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:34:59.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:34:59.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "clamp",
"timestamp": 1664555544473,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:34:59.235Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of daf5204d-7bb5-4323-95c2-972bb42bdc53
2022-09-30T16:34:59.235Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf5204d-7bb5-4323-95c2-972bb42bdc53 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:34:59.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "aai-ml",
"timestamp": 1664555548140,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:34:59.243Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:34:59.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "aai-ml",
"timestamp": 1664555549144,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:34:59.248Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of daf5204d-7bb5-4323-95c2-972bb42bdc53
2022-09-30T16:34:59.248Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf5204d-7bb5-4323-95c2-972bb42bdc53 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T16:34:59.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "356084b9-bb69-4da8-8fb9-b00025538831",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555558508,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T16:34:59.257Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:34:59.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/resourceInstances/pnf099fc0f96ad20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:34:59.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:34:59.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:34:59.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555572224,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:34:59.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:34:59.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:34:59.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555574752,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ2miz1imefz6qw0qt6g8/1.0/artifacts/service-DemoPnfJ2miz1imefz6qw0qt6g8-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T16:34:59.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:35:21.288Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dfc4f97-265b-465d-9778-4a8980065396
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:35:21.302Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dfc4f97-265b-465d-9778-4a8980065396
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T16:35:21.306Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T16:35:21.306Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T16:35:21.307Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T16:35:21.319Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-30T16:35:51.320Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8dfc4f97-265b-465d-9778-4a8980065396 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-30T16:35:51.331Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8dfc4f97-265b-465d-9778-4a8980065396 and serviceModelVersionId: 923af81f-01e4-46e8-8211-09f495f84ccb
2022-09-30T16:35:51.331Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c671674d-fca1-4ccb-851b-f075a65faa07
2022-09-30T16:35:51.332Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c671674d-fca1-4ccb-851b-f075a65faa07/model-vers/model-ver/923af81f-01e4-46e8-8211-09f495f84ccb?depth=0
2022-09-30T16:35:51.338Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-30T16:35:51.394Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c671674d-fca1-4ccb-851b-f075a65faa07/model-vers/model-ver/923af81f-01e4-46e8-8211-09f495f84ccb?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-30T16:35:51.396Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c671674d-fca1-4ccb-851b-f075a65faa07/model-vers/model-ver/923af81f-01e4-46e8-8211-09f495f84ccb?depth=0|INFO|500||Invoke
2022-09-30T16:35:51.425Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c671674d-fca1-4ccb-851b-f075a65faa07/model-vers/model-ver/923af81f-01e4-46e8-8211-09f495f84ccb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-30T16:35:51.541Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c671674d-fca1-4ccb-851b-f075a65faa07/model-vers/model-ver/923af81f-01e4-46e8-8211-09f495f84ccb?depth=0|INFO|500||InvokeReturn
2022-09-30T16:35:51.541Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c671674d-fca1-4ccb-851b-f075a65faa07/model-vers/model-ver/923af81f-01e4-46e8-8211-09f495f84ccb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-16:35:51:620-90104], vertex-id=[426032], Content-Length=[0], Date=[Fri, 30 Sep 2022 16:35:51 GMT], Content-Type=[application/json]}
2022-09-30T16:35:51.549Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-09-30T16:35:51.553Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-30T16:35:51.554Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T16:35:51.560Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-30T16:35:51.560Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8dfc4f97-265b-465d-9778-4a8980065396 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-30T16:35:51.561Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-30T16:35:51.561Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:35:51.564Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:35:51.564Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555751561,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T16:35:51.664Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:35:51.665Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:35:51.665Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:35:51.698Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:35:51.699Z||pool-56-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-30T16:35:52.588Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T16:35:52.588Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"daf5204d-7bb5-4323-95c2-972bb42bdc53","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"07afedd5-9625-4e88-821c-37ad1ccf2d94","serviceDescription":"service","serviceInvariantUUID":"80f47ce0-d8cb-4fdc-8340-e1eaa965a9e5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d760d25d-3e4c-4079-86ad-3a988910a3a6","resourceInvariantUUID":"b71f4a3b-5514-4d8b-a5b1-a1af291a48a1","resourceCustomizationUUID":"18634d16-ee22-4d86-9ab9-6a73bb7a56af","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":"MDljYjdmMDliZjg5NTY0Yzg2MjI2NGQ4ZGE4NDEwOGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04c405a6-eb37-4b5c-86fb-8e3e7eb46216","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":"YmVjNTI5NjAxNDI5NTRhMjgzYWVmZjcyNDA3ODRkYjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bfe80962-b5c0-4506-aa11-059b9e834631","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":"379b5e3b-0a26-421d-b205-e3c2f57c8048","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":"7d22409b-e3b1-4e3e-8415-1dcba4b71629","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":"7425117b-4496-4240-a089-2f384a5ecf59","artifactVersion":"2","generatedFromUUID":"379b5e3b-0a26-421d-b205-e3c2f57c8048"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzY5NGYzM2MxZWQ5NjliOTA0ZGNkYzE5ZDY4MDM4NWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b7d3056-569e-447d-a46f-4c763b24bcb9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2FiYWRmY2M5YTg0ZDIyYmRhYmM5NTI1NTU1NGJlY2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4acb2b73-c647-4ca5-83c9-4415a0ecd4fa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-30T16:35:52.589Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:35:52.589Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:35:52.594Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:35:52.594Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:35:52.693Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T16:35:52.694Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:35:52.694Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:35:52.715Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:35:52.716Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-09-30T16:35:53.595Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:35:53.595Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:35:53.597Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:35:53.597Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T16:35:53.699Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-30T16:35:53.700Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:35:53.700Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:35:53.735Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:35:53.735Z||pool-58-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:35:54.598Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:35:54.599Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:35:54.602Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:35:54.602Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-30T16:35:54.702Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:35:54.703Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:35:54.704Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:35:54.729Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:35:54.730Z||pool-59-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:35:55.603Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:35:55.603Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:35:55.606Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:35:55.607Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:35:55.714Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-09-30T16:35:55.715Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:35:55.716Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:35:55.755Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:35:55.756Z||pool-60-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:35:56.612Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:35:56.623Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:35:56.629Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:35:56.629Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-09-30T16:35:56.726Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-30T16:35:56.727Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:35:56.727Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:35:56.754Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:35:56.755Z||pool-61-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:35:57.630Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:35:57.632Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:35:57.634Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:35:57.634Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:35:57.750Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms
2022-09-30T16:35:57.753Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:35:57.753Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:35:57.785Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:35:57.786Z||pool-62-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-30T16:35:58.636Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T16:35:58.636Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:35:58.639Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:35:58.639Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T16:35:58.739Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T16:35:58.741Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:35:58.741Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:35:58.760Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:35:58.761Z||pool-63-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-30T16:35:59.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T16:35:59.050Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T16:35:59.050Z||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 IO37KO0vT9QbB5Ng) ...
2022-09-30T16:35:59.119Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:35:59.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:35:59.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b9a2377-18e6-40f6-b019-f831e768c559",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555636094,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T16:35:59.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T16:35:59.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:35:59.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T16:35:59.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:35:59.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-30T16:35:59.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dfc4f97-265b-465d-9778-4a8980065396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555559528,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-09-30T16:35:59.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-30T16:35:59.640Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "07afedd5-9625-4e88-821c-37ad1ccf2d94",
"serviceDescription": "service",
"serviceInvariantUUID": "80f47ce0-d8cb-4fdc-8340-e1eaa965a9e5",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "18634d16-ee22-4d86-9ab9-6a73bb7a56af",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d760d25d-3e4c-4079-86ad-3a988910a3a6",
"resourceInvariantUUID": "b71f4a3b-5514-4d8b-a5b1-a1af291a48a1",
"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": "YmVjNTI5NjAxNDI5NTRhMjgzYWVmZjcyNDA3ODRkYjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bfe80962-b5c0-4506-aa11-059b9e834631",
"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": "379b5e3b-0a26-421d-b205-e3c2f57c8048",
"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": "7425117b-4496-4240-a089-2f384a5ecf59",
"generatedFromUUID": "379b5e3b-0a26-421d-b205-e3c2f57c8048"
},
"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": "7425117b-4496-4240-a089-2f384a5ecf59",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "N2FiYWRmY2M5YTg0ZDIyYmRhYmM5NTI1NTU1NGJlY2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4acb2b73-c647-4ca5-83c9-4415a0ecd4fa"
}
],
"workloadContext": "Production"
}
2022-09-30T16:35:59.641Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-30T16:35:59.641Z|8dfc4f97-265b-465d-9778-4a8980065396|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07afedd5-9625-4e88-821c-37ad1ccf2d94 ASDC
2022-09-30T16:35:59.641Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:daf5204d-7bb5-4323-95c2-972bb42bdc53
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:07afedd5-9625-4e88-821c-37ad1ccf2d94
ServiceInvariantUUID:80f47ce0-d8cb-4fdc-8340-e1eaa965a9e5
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:4acb2b73-c647-4ca5-83c9-4415a0ecd4fa
ArtifactChecksum:N2FiYWRmY2M5YTg0ZDIyYmRhYmM5NTI1NTU1NGJlY2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:18634d16-ee22-4d86-9ab9-6a73bb7a56af
ResourceInvariantUUID:b71f4a3b-5514-4d8b-a5b1-a1af291a48a1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d760d25d-3e4c-4079-86ad-3a988910a3a6
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:bfe80962-b5c0-4506-aa11-059b9e834631
ArtifactChecksum:YmVjNTI5NjAxNDI5NTRhMjgzYWVmZjcyNDA3ODRkYjU=
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:379b5e3b-0a26-421d-b205-e3c2f57c8048
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:7425117b-4496-4240-a089-2f384a5ecf59
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:7425117b-4496-4240-a089-2f384a5ecf59
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-30T16:35:59.642Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07afedd5-9625-4e88-821c-37ad1ccf2d94 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-30T16:35:59.683Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T16:35:59.684Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-30T16:35:59.684Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-30T16:35:59.684Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4acb2b73-c647-4ca5-83c9-4415a0ecd4fa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-30T16:35:59.685Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-30T16:35:59.685Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-30T16:35:59.947Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-30T16:35:59.950Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4acb2b73-c647-4ca5-83c9-4415a0ecd4fa 71071
2022-09-30T16:35:59.950Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-30T16:35:59.951Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-30T16:35:59.951Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T16:35:59.951Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-30T16:35:59.953Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T16:35:59.953Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "daf5204d-7bb5-4323-95c2-972bb42bdc53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664555759950,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T16:36:00.054Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-30T16:36:00.055Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T16:36:00.055Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IO37KO0vT9QbB5Ng) ...
2022-09-30T16:36:00.093Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T16:36:00.094Z||pool-64-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-09-30T16:36:00.956Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T16:36:00.957Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-30T16:36:00.957Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4acb2b73-c647-4ca5-83c9-4415a0ecd4fa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-30T16:36:00.958Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-30T16:36:00.958Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-30T16:36:00.958Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-30T16:36:01.138Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7957485174758055699/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-09-30T16:36:03.328Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-30T16:36:03.329Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-30T16:36:03.338Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-30T16:36:03.338Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-09-30T16:36:03.339Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:03.339Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:03.339Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-30T16:36:03.339Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:03.339Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-30T16:36:03.339Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-30T16:36:03.339Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-30T16:36:03.340Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||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-09-30T16:36:03.340Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-30T16:36:03.340Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-30T16:36:03.340Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:36:03.340Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:36:03.341Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-30T16:36:03.341Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-30T16:36:03.341Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T16:36:03.342Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:36:03.342Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:36:03.342Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-30T16:36:03.342Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-30T16:36:03.342Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T16:36:03.343Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:36:03.343Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T16:36:03.343Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:36:03.344Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-30T16:36:03.344Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-30T16:36:03.344Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-30T16:36:03.345Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-30T16:36:03.345Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-30T16:36:03.345Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-30T16:36:03.346Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T16:36:03.346Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-30T16:36:03.346Z|daf5204d-7bb5-4323-95c2-972bb42bdc53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery