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-02-04T15:21:48.412Z||main|||||INFO|500||The following profiles are active: basic
2022-02-04T15:21:57.890Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-04T15:21:57.890Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-04T15:21:57.968Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-04T15:22:00.271Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-04T15:22:00.437Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-04T15:22:00.763Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-04T15:22:00.770Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-04T15:22:00.897Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-04T15:22:01.014Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-04T15:22:01.382Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-04T15:22:02.235Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-04T15:22:04.173Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-04T15:22:04.226Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-04T15:22:04.661Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-04T15:22:04.772Z||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-02-04T15:22:05.968Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-04T15:22:06.955Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-04T15:22:06.973Z||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$$b9f9eac1.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-02-04T15:22:06.973Z||main|||||WARN|500||The sdc end point is not alive
2022-02-04T15:22:09.746Z||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-02-04T15:22:12.285Z||main|||||WARN|500||---
2022-02-04T15:22:12.286Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-04T15:22:12.286Z||main|||||WARN|500||---
2022-02-04T15:22:12.704Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-04T15:22:17.154Z||main|||||INFO|500||Started Application in 32.983 seconds (JVM running for 34.124)
2022-02-04T15:22:17.172Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-04T15:22:17.173Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-04T15:22:17.186Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-04T15:22:17.266Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-04T15:22:17.309Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a61fcec-6cb1-4e5d-8875-cdfe9638ae5a url= /sdc/v1/artifactTypes
2022-02-04T15:22:17.310Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-04T15:22:17.568Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-04T15:22:17.596Z||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-02-04T15:22:17.620Z||scheduling-1|||||DEBUG|500||create keys
2022-02-04T15:22:17.628Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-04T15:22:17.908Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:22:17.926Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b0578d77-06b9-4033-bcc9-9f34cf016f75 url= /sdc/v1/registerForDistribution
2022-02-04T15:22:18.207Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b0578d77-06b9-4033-bcc9-9f34cf016f75 url= /sdc/v1/registerForDistribution
2022-02-04T15:22:18.208Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-04T15:22:18.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:22:18.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:22:18.225Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-04T15:22:18.227Z||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-02-04T15:22:18.227Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:22:18.227Z||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-02-04T15:22:18.227Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:22:29.111Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:22:29.111Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:23:18.217Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:23:18.218Z||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-02-04T15:23:18.218Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JQgqHONhGFbeAe1i) ...
2022-02-04T15:23:18.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:23:18.220Z||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-02-04T15:23:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:23:27.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:23:27.766Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:24:18.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:24:18.219Z||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-02-04T15:24:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:24:18.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:24:18.221Z||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-02-04T15:24:18.222Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:24:27.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:24:27.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:25:18.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:25:18.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:25:18.219Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JQgqHONhGFbeAe1i) ...
2022-02-04T15:25:18.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:25:18.220Z||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-02-04T15:25:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:25:27.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:25:27.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:26:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:26:18.219Z||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-02-04T15:26:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:26:18.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:26:18.221Z||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-02-04T15:26:18.222Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:26:27.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:26:27.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:27:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:27:18.219Z||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-02-04T15:27:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:27:18.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:27:18.220Z||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-02-04T15:27:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:27:27.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:27:27.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:28:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:28:18.218Z||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-02-04T15:28:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:28:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:28:18.220Z||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-02-04T15:28:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:28:27.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:28:27.762Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:29:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:29:18.219Z||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-02-04T15:29:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:29:18.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:29:18.220Z||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-02-04T15:29:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:29:27.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:29:27.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:30:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:30:18.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:30:18.219Z||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-02-04T15:30:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:30:18.220Z||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-02-04T15:30:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:30:27.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:30:27.766Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:31:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:31:18.219Z||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-02-04T15:31:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:31:18.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:31:18.221Z||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-02-04T15:31:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:31:27.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:31:27.766Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:31:45.523Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-04T15:32:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:32:18.218Z||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-02-04T15:32:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:32:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:32:18.221Z||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-02-04T15:32:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:32:27.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:32:27.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:33:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:33:18.218Z||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-02-04T15:33:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:33:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:33:18.220Z||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-02-04T15:33:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:33:27.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:33:27.767Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:34:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:34:18.218Z||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-02-04T15:34:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:34:18.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:34:18.220Z||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-02-04T15:34:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:34:27.764Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:34:27.765Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:35:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:35:18.219Z||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-02-04T15:35:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:35:18.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:35:18.220Z||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-02-04T15:35:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:35:27.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:35:27.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:36:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:36:18.218Z||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-02-04T15:36:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:36:18.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:36:18.221Z||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-02-04T15:36:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:36:27.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:36:27.764Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:37:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:37:18.218Z||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-02-04T15:37:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:37:18.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:37:18.221Z||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-02-04T15:37:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:37:27.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:37:27.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:38:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:38:18.218Z||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-02-04T15:38:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:38:18.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:38:18.220Z||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-02-04T15:38:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:38:27.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:38:27.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:39:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:39:18.219Z||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-02-04T15:39:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:39:18.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:39:18.220Z||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-02-04T15:39:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:39:27.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:39:27.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:40:18.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:40:18.219Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:40:18.224Z||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-02-04T15:40:18.224Z||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-02-04T15:40:18.224Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:40:18.224Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:40:27.773Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:40:27.773Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:41:18.218Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:41:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:41:18.220Z||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-02-04T15:41:18.220Z||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-02-04T15:41:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:41:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:41:27.765Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:41:27.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:42:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:42:18.218Z||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-02-04T15:42:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:42:18.219Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:42:18.220Z||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-02-04T15:42:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:42:27.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:42:27.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:43:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:43:18.218Z||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-02-04T15:43:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:43:18.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:43:18.220Z||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-02-04T15:43:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:43:27.784Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:43:27.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:44:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:44:18.218Z||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-02-04T15:44:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:44:18.219Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:44:18.220Z||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-02-04T15:44:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:44:27.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:44:27.765Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:45:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:45:18.218Z||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-02-04T15:45:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:45:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:45:18.220Z||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-02-04T15:45:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:45:27.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:45:27.763Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:46:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:46:18.218Z||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-02-04T15:46:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:46:18.219Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:46:18.220Z||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-02-04T15:46:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:46:27.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:46:27.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:47:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:47:18.218Z||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-02-04T15:47:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:47:18.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:47:18.221Z||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-02-04T15:47:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:47:27.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:47:27.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:48:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:48:18.218Z||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-02-04T15:48:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:48:18.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:48:18.220Z||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-02-04T15:48:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:48:27.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:48:27.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:49:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:49:18.218Z||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-02-04T15:49:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:49:18.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:49:18.220Z||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-02-04T15:49:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:49:27.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:49:27.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:50:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:50:18.218Z||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-02-04T15:50:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:50:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:50:18.220Z||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-02-04T15:50:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:50:27.768Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:50:27.768Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:51:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:51:18.218Z||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-02-04T15:51:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:51:18.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:51:18.220Z||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-02-04T15:51:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:51:27.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:51:27.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:52:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:52:18.218Z||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-02-04T15:52:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:52:18.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:52:18.220Z||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-02-04T15:52:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:52:27.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:52:27.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:53:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:53:18.218Z||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-02-04T15:53:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:53:18.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:53:18.220Z||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-02-04T15:53:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:53:27.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:53:27.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:54:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:54:18.218Z||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-02-04T15:54:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:54:18.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:54:18.220Z||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-02-04T15:54:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:54:27.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:54:27.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:55:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:55:18.218Z||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-02-04T15:55:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:55:18.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:55:18.220Z||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-02-04T15:55:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:55:27.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:55:27.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:56:18.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:56:18.218Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:56:18.218Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JQgqHONhGFbeAe1i) ...
2022-02-04T15:56:18.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:56:18.220Z||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-02-04T15:56:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:56:27.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:56:27.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:57:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:57:18.218Z||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-02-04T15:57:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:57:18.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:57:18.220Z||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-02-04T15:57:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:57:27.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:57:27.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:58:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:58:18.218Z||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-02-04T15:58:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:58:18.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:58:18.220Z||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-02-04T15:58:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:58:27.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:58:27.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:59:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:59:18.218Z||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-02-04T15:59:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:59:18.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:59:18.220Z||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-02-04T15:59:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:59:27.755Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T15:59:27.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:00:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:00:18.218Z||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-02-04T16:00:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:00:18.219Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:00:18.219Z||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-02-04T16:00:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:00:27.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:00:27.764Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:01:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:01:18.218Z||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-02-04T16:01:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:01:18.219Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:01:18.220Z||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-02-04T16:01:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:01:27.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:01:27.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:02:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:02:18.218Z||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-02-04T16:02:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:02:18.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:02:18.220Z||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-02-04T16:02:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:02:27.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:02:27.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:03:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:03:18.218Z||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-02-04T16:03:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:03:18.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:03:18.220Z||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-02-04T16:03:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:03:27.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:03:27.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:04:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:04:18.218Z||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-02-04T16:04:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:04:18.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:04:18.220Z||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-02-04T16:04:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:04:27.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:04:27.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:05:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:05:18.218Z||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-02-04T16:05:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:05:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:05:18.220Z||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-02-04T16:05:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:05:27.762Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:05:27.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:06:18.218Z||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-02-04T16:06:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:06:18.220Z||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-02-04T16:06:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:18.846Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:18.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:18.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd8423f6-5512-4b66-9cef-072181bc1e35","serviceName":"basic_onboard_JESoLy","serviceVersion":"1.0","serviceUUID":"2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3","serviceDescription":"service","serviceInvariantUUID":"0e935af0-cced-48f0-b8c8-5c0036c1a4c4","resources":[{"resourceInstanceName":"basic_onboard_JESoLy 0","resourceName":"basic_onboard_JESoLy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"77779d22-56d8-4cef-a90c-0aec91b118da","resourceInvariantUUID":"20d6d660-ce14-4aa9-a1f4-b6d2c29f2e1c","resourceCustomizationUUID":"ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml","artifactChecksum":"MzQyNzc3M2RmZmE4NTRlNTM1M2MzYjE4YmJhMGQ5MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec09fcda-023a-4714-b8d7-68b3037dc187","artifactVersion":"1"},{"artifactName":"basic_onboard_jesoly0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json","artifactChecksum":"MjJkYmRiYzk0OWNhZjYwODJiODU3MGE0MmNiZWI4MzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee67ae61-1de6-4ed4-8633-c5c730eb1838","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d788975b-572f-44bb-8792-f268966aaf41","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ddc91c4c-e75c-4d1f-95d2-7e01b7e8601e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dab739fc-06e9-43e6-a1ef-5c13c2b03fa3","artifactVersion":"2","generatedFromUUID":"d788975b-572f-44bb-8792-f268966aaf41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJesoly-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml","artifactChecksum":"MmUwN2I2YThjOTc0YWZiMGJkMzI5YThhNGZjOTdjMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"91fee46f-6f31-46af-be1f-7bdff8a7aab7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJesoly-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar","artifactChecksum":"MjhiZTZiYjcyMjc3ZGRkODY5Zjg5NTY0MmEyOWYwZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3540502f-06c4-4d93-b418-90b7466d2c89","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T16:06:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "cds",
"timestamp": 1643990756322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.856Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:06:18.861Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "aai-ml",
"timestamp": 1643990761954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "ves-openapi-manager",
"timestamp": 1643990757812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "aai-ml",
"timestamp": 1643990761954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "cds",
"timestamp": 1643990756322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "ves-openapi-manager",
"timestamp": 1643990757812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "aai-ml",
"timestamp": 1643990761954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.870Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:18.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.870Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990778217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "cds",
"timestamp": 1643990756322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "ves-openapi-manager",
"timestamp": 1643990757812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "aai-ml",
"timestamp": 1643990761954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "cds",
"timestamp": 1643990756322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "ves-openapi-manager",
"timestamp": 1643990757812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "aai-ml",
"timestamp": 1643990761954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "cds",
"timestamp": 1643990756322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "ves-openapi-manager",
"timestamp": 1643990757812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643990770113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "aai-ml",
"timestamp": 1643990761954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "cds",
"timestamp": 1643990756322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "ves-openapi-manager",
"timestamp": 1643990757812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643990770113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"status": "NOTIFIED"
}
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "aai-ml",
"timestamp": 1643990761954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:06:18.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "cds",
"timestamp": 1643990756322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:06:18.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "ves-openapi-manager",
"timestamp": 1643990757812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643990770113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "policy-id",
"timestamp": 1643990772216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "aai-ml",
"timestamp": 1643990773333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "cds",
"timestamp": 1643990773340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643990770113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643990773123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "policy-id",
"timestamp": 1643990772216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:18.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "cds",
"timestamp": 1643990774357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-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-02-04T16:06:18.970Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-04T16:06:18.975Z||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-02-04T16:06:18.975Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
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-02-04T16:06:18.987Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:18.988Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:06:19.031Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd8423f6-5512-4b66-9cef-072181bc1e35
2022-02-04T16:06:19.045Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd8423f6-5512-4b66-9cef-072181bc1e35 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-02-04T16:06:19.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643990770113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-04T16:06:19.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:19.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643990773123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "policy-id",
"timestamp": 1643990772216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643990770113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643990773123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "policy-id",
"timestamp": 1643990772216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643990770113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643990773123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "policy-id",
"timestamp": 1643990772216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643990773123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:19.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "policy-id",
"timestamp": 1643990772216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:06:19.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643990777933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:06:19.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:06:19.876Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:06:19.877Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:19.879Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:19.880Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990778217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"status": "NOTIFIED"
}
2022-02-04T16:06:19.980Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:06:19.980Z||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-02-04T16:06:19.981Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:19.990Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:19.991Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:20.880Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:06:20.881Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:20.884Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:20.884Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990778217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-04T16:06:20.984Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:20.985Z||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-02-04T16:06:20.985Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:20.995Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:20.996Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:21.884Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:06:21.885Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:21.888Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:21.888Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990778217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:21.988Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:21.989Z||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-02-04T16:06:21.989Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:22.000Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:22.000Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:22.889Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:06:22.890Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:22.893Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:22.893Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990778217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-04T16:06:22.993Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:22.994Z||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-02-04T16:06:22.994Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:23.005Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:23.006Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:23.894Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:06:23.895Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:23.897Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:23.898Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990778217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:06:23.998Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:23.999Z||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-02-04T16:06:23.999Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:24.009Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:24.010Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:24.898Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:06:24.899Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:24.901Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:24.901Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990778217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:06:25.001Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:25.002Z||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-02-04T16:06:25.002Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:25.013Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:25.014Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-04T16:06:25.903Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"serviceName": "basic_onboard_JESoLy",
"serviceVersion": "1.0",
"serviceUUID": "2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3",
"serviceDescription": "service",
"serviceInvariantUUID": "0e935af0-cced-48f0-b8c8-5c0036c1a4c4",
"resources": [
{
"resourceInstanceName": "basic_onboard_JESoLy 0",
"resourceCustomizationUUID": "ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb",
"resourceName": "basic_onboard_JESoLy",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "77779d22-56d8-4cef-a90c-0aec91b118da",
"resourceInvariantUUID": "20d6d660-ce14-4aa9-a1f4-b6d2c29f2e1c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jesoly0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"artifactChecksum": "MjJkYmRiYzk0OWNhZjYwODJiODU3MGE0MmNiZWI4MzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ee67ae61-1de6-4ed4-8633-c5c730eb1838",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d788975b-572f-44bb-8792-f268966aaf41",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dab739fc-06e9-43e6-a1ef-5c13c2b03fa3",
"generatedFromUUID": "d788975b-572f-44bb-8792-f268966aaf41"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dab739fc-06e9-43e6-a1ef-5c13c2b03fa3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJesoly-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"artifactChecksum": "MjhiZTZiYjcyMjc3ZGRkODY5Zjg5NTY0MmEyOWYwZTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3540502f-06c4-4d93-b418-90b7466d2c89"
}
],
"workloadContext": "Production"
}
2022-02-04T16:06:25.904Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T16:06:25.905Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3 ASDC
2022-02-04T16:06:25.989Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bd8423f6-5512-4b66-9cef-072181bc1e35
ServiceName:basic_onboard_JESoLy
ServiceVersion:1.0
ServiceUUID:2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3
ServiceInvariantUUID:0e935af0-cced-48f0-b8c8-5c0036c1a4c4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJesoly-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar
ArtifactUUID:3540502f-06c4-4d93-b418-90b7466d2c89
ArtifactChecksum:MjhiZTZiYjcyMjc3ZGRkODY5Zjg5NTY0MmEyOWYwZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JESoLy 0
ResourceCustomizationUUID:ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb
ResourceInvariantUUID:20d6d660-ce14-4aa9-a1f4-b6d2c29f2e1c
ResourceName:basic_onboard_JESoLy
ResourceType:VF
ResourceUUID:77779d22-56d8-4cef-a90c-0aec91b118da
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jesoly0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json
ArtifactUUID:ee67ae61-1de6-4ed4-8633-c5c730eb1838
ArtifactChecksum:MjJkYmRiYzk0OWNhZjYwODJiODU3MGE0MmNiZWI4MzE=
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/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d788975b-572f-44bb-8792-f268966aaf41
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/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env
ArtifactUUID:dab739fc-06e9-43e6-a1ef-5c13c2b03fa3
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/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env
ArtifactUUID:dab739fc-06e9-43e6-a1ef-5c13c2b03fa3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-04T16:06:25.990Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3 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-02-04T16:06:26.073Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:06:26.074Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:06:26.075Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:06:26.076Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3540502f-06c4-4d93-b418-90b7466d2c89 from URL: /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:26.076Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:06:26.077Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:26.176Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:06:26.189Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar 3540502f-06c4-4d93-b418-90b7466d2c89 71552
2022-02-04T16:06:26.190Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar ASDC sendASDCNotification
2022-02-04T16:06:26.190Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:26.191Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:06:26.192Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:26.194Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:26.194Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990786189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:06:26.294Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:26.295Z||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-02-04T16:06:26.295Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:26.305Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:26.306Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-04T16:06:27.195Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:06:27.196Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:06:27.196Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3540502f-06c4-4d93-b418-90b7466d2c89, URL: /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar to file: /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:27.197Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:27.257Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:27.257Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:27.646Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3748064470469944633/Definitions/service-BasicOnboardJesoly-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-02-04T16:06:29.524Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T16:06:29.528Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:06:29.528Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.528Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-04T16:06:29.528Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||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-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.528Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||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-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.528Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||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-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.529Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||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-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.529Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.529Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JESoLy 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-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.529Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.529Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||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-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.529Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||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-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.529Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:06:29.541Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:29.542Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:29.545Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:29.546Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:06:29.547Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:06:29.548Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:29.548Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:29.548Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:29.549Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:06:29.549Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:06:29.549Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:29.549Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:29.552Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:29.552Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is not matching search criteria
2022-02-04T16:06:29.553Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-04T16:06:29.553Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-04T16:06:29.553Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-04T16:06:29.553Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T16:06:29.553Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-04T16:06:29.553Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:29.553Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T16:06:29.554Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:29.554Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:29.554Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:06:29.554Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:29.555Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:29.555Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:06:29.555Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:29.555Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:29.555Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:06:29.555Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:29.555Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is not matching search criteria
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d6943730-72ad-494f-8d4b-4be88fda996a
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:29.557Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:29.557Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_JESoLy
Description:service
Model UUID:2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3
Model Version:NULL
Model InvariantUuid:0e935af0-cced-48f0-b8c8-5c0036c1a4c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_JESoLy
Model UUID:7d663553-866f-46a5-8bdc-39fb9fbaddca
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:20d6d660-ce14-4aa9-a1f4-b6d2c29f2e1c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5fd9f492-52ad-4be0-9ecf-dfcc62eeb200
ModelName:BasicOnboardJesoly..base_ubuntu18..module-0
ModelUuid:05270d85-d200-4518-95d3-eaf03ff95607
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d6943730-72ad-494f-8d4b-4be88fda996a
ModelInvariantUuid:b8187497-dcc3-4e07-b70b-eb472bc88e70
ModelName:basic_onboard_JESoLy-nodes.ubuntu18Cvfc
ModelUuid:073e2e4f-21aa-494e-8676-3c69b6894326
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:0efb1a21-6926-4762-ae89-29afe006ac8e
ModelInvariantUuid:197ed14d-4c03-4354-8d8d-24ae5e233f21
ModelName:BasicOnboardJesoly.compute.nodes.heat.ubuntu18
ModelUuid:93252800-f3f5-4df6-8b1a-4f25125b6a18
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-02-04T16:06:29.568Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 77779d22-56d8-4cef-a90c-0aec91b118da
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-02-04T16:06:29.663Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||basic_onboard_JESoLy 0
2022-02-04T16:06:29.669Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 77779d22-56d8-4cef-a90c-0aec91b118da
2022-02-04T16:06:29.670Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ee67ae61-1de6-4ed4-8633-c5c730eb1838 from URL: /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json
2022-02-04T16:06:29.670Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:06:29.670Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json
2022-02-04T16:06:29.719Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:06:29.720Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json ee67ae61-1de6-4ed4-8633-c5c730eb1838 798
2022-02-04T16:06:29.720Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json ASDC sendASDCNotification
2022-02-04T16:06:29.720Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json
2022-02-04T16:06:29.720Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:06:29.721Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:29.722Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:29.723Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990789720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:06:29.823Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:29.824Z||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-02-04T16:06:29.824Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:29.832Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:29.832Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:30.724Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJesoly..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5fd9f492-52ad-4be0-9ecf-dfcc62eeb200",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "05270d85-d200-4518-95d3-eaf03ff95607",
"vfModuleModelCustomizationUUID": "82b3e87b-7b25-4881-9ed3-1359d0ce147e",
"isBase": true,
"artifacts": [
"d788975b-572f-44bb-8792-f268966aaf41",
"dab739fc-06e9-43e6-a1ef-5c13c2b03fa3"
],
"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-02-04T16:06:30.781Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJesoly..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:05270d85-d200-4518-95d3-eaf03ff95607
VfModuleModelInvariantUUID:5fd9f492-52ad-4be0-9ecf-dfcc62eeb200
VfModuleModelDescription:NULL
Artifacts UUID List:{
d788975b-572f-44bb-8792-f268966aaf41
,
dab739fc-06e9-43e6-a1ef-5c13c2b03fa3
}
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-02-04T16:06:30.783Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJesoly..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5fd9f492-52ad-4be0-9ecf-dfcc62eeb200",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "05270d85-d200-4518-95d3-eaf03ff95607",
"vfModuleModelCustomizationUUID": "82b3e87b-7b25-4881-9ed3-1359d0ce147e",
"isBase": true,
"artifacts": [
"d788975b-572f-44bb-8792-f268966aaf41",
"dab739fc-06e9-43e6-a1ef-5c13c2b03fa3"
],
"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-02-04T16:06:30.783Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJesoly..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:05270d85-d200-4518-95d3-eaf03ff95607
VfModuleModelInvariantUUID:5fd9f492-52ad-4be0-9ecf-dfcc62eeb200
VfModuleModelDescription:NULL
Artifacts UUID List:{
d788975b-572f-44bb-8792-f268966aaf41
,
dab739fc-06e9-43e6-a1ef-5c13c2b03fa3
}
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-02-04T16:06:30.783Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d788975b-572f-44bb-8792-f268966aaf41 from URL: /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml
2022-02-04T16:06:30.783Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:06:30.783Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml
2022-02-04T16:06:30.829Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:06:30.830Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml d788975b-572f-44bb-8792-f268966aaf41 5033
2022-02-04T16:06:30.830Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-04T16:06:30.830Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml
2022-02-04T16:06:30.830Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:06:30.831Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:30.841Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:30.841Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990790830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:06:30.989Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 147 ms
2022-02-04T16:06:30.990Z||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-02-04T16:06:30.991Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:31.001Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:31.002Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:31.842Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dab739fc-06e9-43e6-a1ef-5c13c2b03fa3 from URL: /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env
2022-02-04T16:06:31.844Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:06:31.844Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env
2022-02-04T16:06:31.964Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:06:31.965Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env dab739fc-06e9-43e6-a1ef-5c13c2b03fa3 909
2022-02-04T16:06:31.965Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-04T16:06:31.965Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env
2022-02-04T16:06:31.966Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:06:31.966Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:31.969Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:31.969Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990791965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:06:32.070Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:32.071Z||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-02-04T16:06:32.071Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:32.082Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:32.082Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:32.970Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3
2022-02-04T16:06:32.971Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JESoLy 0 77779d22-56d8-4cef-a90c-0aec91b118da 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-02-04T16:06:33.000Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@714d82c2, org.onap.sdc.toscaparser.api.parameters.Input@7dd8c5f2, org.onap.sdc.toscaparser.api.parameters.Input@17b6891f, org.onap.sdc.toscaparser.api.parameters.Input@3447c469, org.onap.sdc.toscaparser.api.parameters.Input@29811bb1]
2022-02-04T16:06:33.003Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:33.003Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.003Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-02-04T16:06:33.003Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb
2022-02-04T16:06:33.004Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb matches Tosca VF Customization UUID: ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb
2022-02-04T16:06:33.004Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb 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-02-04T16:06:33.008Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:33.009Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.010Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb: {\"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-02-04T16:06:33.010Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c3cf1b1
2022-02-04T16:06:33.010Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:33.010Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T16:06:33.010Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 82b3e87b-7b25-4881-9ed3-1359d0ce147e
2022-02-04T16:06:33.011Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 82b3e87b-7b25-4881-9ed3-1359d0ce147e
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-02-04T16:06:33.015Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:33.015Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:33.015Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:06:33.016Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:33.016Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:33.016Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:06:33.016Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:33.016Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is not matching search criteria
2022-02-04T16:06:33.016Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-04T16:06:33.016Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T16:06:33.017Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d6943730-72ad-494f-8d4b-4be88fda996a
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-02-04T16:06:33.023Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:33.023Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:33.023Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:06:33.023Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:33.024Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:33.024Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0] matching following query criteria: sdcType=VF, customizationUUID=ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb
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-02-04T16:06:33.025Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:33.025Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3: basic_onboard_JESoLy
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.027Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:06:33.027Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.027Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_JESoLy
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-02-04T16:06:33.235Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JESoLy 77779d22-56d8-4cef-a90c-0aec91b118da 1 ASDC deployResourceStructure
2022-02-04T16:06:33.236Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json ASDC sendASDCNotification
2022-02-04T16:06:33.236Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json
2022-02-04T16:06:33.236Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:06:33.236Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:33.238Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:33.238Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990793236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-04T16:06:33.338Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:33.339Z||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-02-04T16:06:33.340Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:33.349Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:33.350Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-04T16:06:34.240Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-04T16:06:34.240Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml
2022-02-04T16:06:34.240Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:06:34.241Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:34.244Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:34.244Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990794240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-04T16:06:34.344Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:06:34.345Z||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-02-04T16:06:34.346Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:34.356Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:34.356Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:35.245Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-04T16:06:35.246Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env
2022-02-04T16:06:35.246Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:06:35.247Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:35.249Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:35.249Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990795245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-04T16:06:35.349Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:35.351Z||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-02-04T16:06:35.351Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:35.360Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:35.361Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:36.250Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar ASDC sendASDCNotification
2022-02-04T16:06:36.251Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:36.251Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:06:36.251Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:36.253Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:36.253Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990796250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:06:36.353Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:36.354Z||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-02-04T16:06:36.354Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:36.363Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:06:36.364Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:37.255Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
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-02-04T16:06:37.274Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
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-02-04T16:06:37.276Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:06:37.277Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:06:37.277Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:07:07.277Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
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-02-04T16:07:07.289Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
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-02-04T16:07:07.293Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:07:07.293Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:07:07.293Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:07:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:07:18.220Z||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-02-04T16:07:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:07:18.344Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:07:18.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:07:18.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643990773123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:07:18.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:07:37.293Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
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-02-04T16:07:37.307Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
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-02-04T16:07:37.311Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:07:37.311Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:07:37.311Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:08:07.312Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
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-02-04T16:08:07.333Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
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-02-04T16:08:07.337Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:08:07.337Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:08:07.337Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:08:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:08:18.220Z||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-02-04T16:08:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:08:18.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:08:18.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990778217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "policy-id",
"timestamp": 1643990772216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:08:18.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643990779221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643990773123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:08:18.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990778217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"status": "NOTIFIED"
}
2022-02-04T16:08:18.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "policy-id",
"timestamp": 1643990780040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643990780406,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990778217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643990781037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "policy-id",
"timestamp": 1643990781046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643990781456,
"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-02-04T16:08:18.775Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd8423f6-5512-4b66-9cef-072181bc1e35
2022-02-04T16:08:18.775Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd8423f6-5512-4b66-9cef-072181bc1e35 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-02-04T16:08:18.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990778217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "clamp",
"timestamp": 1643990781259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "policy-id",
"timestamp": 1643990782050,
"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-02-04T16:08:18.792Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd8423f6-5512-4b66-9cef-072181bc1e35
2022-02-04T16:08:18.792Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd8423f6-5512-4b66-9cef-072181bc1e35 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-04T16:08:18.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643990782459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "aai-ml",
"timestamp": 1643990782687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990778217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "clamp",
"timestamp": 1643990781259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"status": "NOTIFIED"
}
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "aai-ml",
"timestamp": 1643990783691,
"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-02-04T16:08:18.807Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd8423f6-5512-4b66-9cef-072181bc1e35
2022-02-04T16:08:18.807Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd8423f6-5512-4b66-9cef-072181bc1e35 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-02-04T16:08:18.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990778217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "clamp",
"timestamp": 1643990781259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643990784464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:08:18.820Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990778217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:08:18.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "clamp",
"timestamp": 1643990781259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643990785469,
"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-02-04T16:08:18.828Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd8423f6-5512-4b66-9cef-072181bc1e35
2022-02-04T16:08:18.828Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd8423f6-5512-4b66-9cef-072181bc1e35 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-02-04T16:08:18.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "clamp",
"timestamp": 1643990781259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990786189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "clamp",
"timestamp": 1643990781259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "clamp",
"timestamp": 1643990781259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990789720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990790830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990791965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990793236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990794240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990795245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990796250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "clamp",
"timestamp": 1643990799339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "clamp",
"timestamp": 1643990801349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "clamp",
"timestamp": 1643990802352,
"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-02-04T16:08:18.857Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bd8423f6-5512-4b66-9cef-072181bc1e35
2022-02-04T16:08:18.857Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd8423f6-5512-4b66-9cef-072181bc1e35 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-02-04T16:08:37.338Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
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-02-04T16:08:37.350Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
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-02-04T16:08:37.354Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:08:37.354Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T16:08:37.354Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||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-02-04T16:08:37.362Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T16:09:07.362Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35 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-02-04T16:09:07.371Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd8423f6-5512-4b66-9cef-072181bc1e35 and serviceModelVersionId: 2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3
2022-02-04T16:09:07.372Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0e935af0-cced-48f0-b8c8-5c0036c1a4c4
2022-02-04T16:09:18.223Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:09:18.224Z||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-02-04T16:09:18.224Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:09:18.612Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:09:18.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "ves-openapi-manager",
"timestamp": 1643990937812,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:09:18.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:09:18.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "aai-ml",
"timestamp": 1643990941954,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:09:18.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:09:18.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "aai-ml",
"timestamp": 1643990941954,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "ves-openapi-manager",
"timestamp": 1643990937812,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "aai-ml",
"timestamp": 1643990950121,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643990950113,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643990950113,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "cds",
"timestamp": 1643990951322,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "policy-id",
"timestamp": 1643990952216,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "cds",
"timestamp": 1643990951322,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643990953123,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "aai-ml",
"timestamp": 1643990953810,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "policy-id",
"timestamp": 1643990952216,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "cds",
"timestamp": 1643990954118,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643990953123,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "aai-ml",
"timestamp": 1643990954814,
"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=?
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-02-04T16:09:18.640Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 09d59b09-5ef0-4f8e-8aa7-c410721ee626
2022-02-04T16:09:18.640Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d59b09-5ef0-4f8e-8aa7-c410721ee626 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-02-04T16:09:18.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "cds",
"timestamp": 1643990955124,
"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-02-04T16:09:18.657Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09d59b09-5ef0-4f8e-8aa7-c410721ee626
2022-02-04T16:09:18.657Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d59b09-5ef0-4f8e-8aa7-c410721ee626 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-02-04T16:09:18.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "policy-id",
"timestamp": 1643990955111,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:09:18.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:09:18.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643990956018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:09:18.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:09:18.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "policy-id",
"timestamp": 1643990956115,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:09:18.702Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:09:18.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "policy-id",
"timestamp": 1643990957117,
"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-02-04T16:09:18.709Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09d59b09-5ef0-4f8e-8aa7-c410721ee626
2022-02-04T16:09:18.709Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d59b09-5ef0-4f8e-8aa7-c410721ee626 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-02-04T16:09:18.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643990957484,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:09:18.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:09:19.763Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0e935af0-cced-48f0-b8c8-5c0036c1a4c4/model-vers/model-ver/2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3?depth=0
2022-02-04T16:09:19.879Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T16:09:20.348Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e935af0-cced-48f0-b8c8-5c0036c1a4c4/model-vers/model-ver/2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3?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-02-04T16:09:20.353Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e935af0-cced-48f0-b8c8-5c0036c1a4c4/model-vers/model-ver/2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3?depth=0|INFO|500||Invoke
2022-02-04T16:09:20.473Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e935af0-cced-48f0-b8c8-5c0036c1a4c4/model-vers/model-ver/2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-04T16:09:20.745Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e935af0-cced-48f0-b8c8-5c0036c1a4c4/model-vers/model-ver/2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3?depth=0|INFO|500||InvokeReturn
2022-02-04T16:09:20.745Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e935af0-cced-48f0-b8c8-5c0036c1a4c4/model-vers/model-ver/2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220204-16:09:20:482-58184], vertex-id=[147568], Content-Length=[0], Date=[Fri, 04 Feb 2022 16:09:20 GMT], Content-Type=[application/json]}
2022-02-04T16:09:20.746Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-04T16:09:20.749Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T16:09:20.749Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||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-02-04T16:09:20.753Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||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-02-04T16:09:20.758Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd8423f6-5512-4b66-9cef-072181bc1e35 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-04T16:09:20.759Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T16:09:20.759Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:09:20.761Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:09:20.761Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990960758,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:09:20.861Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:09:20.862Z||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-02-04T16:09:20.862Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:09:20.873Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:09:20.874Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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-02-04T16:09:21.774Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:09:21.775Z|bd8423f6-5512-4b66-9cef-072181bc1e35|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-02-04T16:09:21.775Z|bd8423f6-5512-4b66-9cef-072181bc1e35|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:09:26.752Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:09:26.753Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T16:09:26.753Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"09d59b09-5ef0-4f8e-8aa7-c410721ee626","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"939bb925-c826-4352-8af9-bea986b4f2de","serviceDescription":"service","serviceInvariantUUID":"cb05e1d1-d623-4ade-b68d-fe5e919edeb9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"516efd86-2c58-445d-a768-71d739ff1c7c","resourceInvariantUUID":"f699d407-ca2b-487f-8660-256cd8f8b4e7","resourceCustomizationUUID":"dff614c5-cfa7-4de0-916d-eef8cbd96f4c","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":"ZjUxMWM1NGZhMWYxMmRjY2Y5MGY2NGMxNTZlYjE1MGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6d4f072-a587-46c0-a99d-6cf9d930e58b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTViNDRmNTMwNjk3ZWViMWYyMmE2MTgzNGUwOTMxNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0927f2ef-db3e-4e71-ba61-7ed0a0b25168","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T16:09:26.756Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:09:26.757Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:09:26.759Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:09:26.759Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990961774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:09:26.860Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:09:26.861Z||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-02-04T16:09:26.861Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:09:26.873Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:09:26.873Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:09:27.760Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:09:27.761Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:09:27.763Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:09:27.763Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990961774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:09:27.864Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:09:27.864Z||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-02-04T16:09:27.865Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:09:27.875Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:09:27.875Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:09:28.765Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "939bb925-c826-4352-8af9-bea986b4f2de",
"serviceDescription": "service",
"serviceInvariantUUID": "cb05e1d1-d623-4ade-b68d-fe5e919edeb9",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "dff614c5-cfa7-4de0-916d-eef8cbd96f4c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "516efd86-2c58-445d-a768-71d739ff1c7c",
"resourceInvariantUUID": "f699d407-ca2b-487f-8660-256cd8f8b4e7",
"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": "NTViNDRmNTMwNjk3ZWViMWYyMmE2MTgzNGUwOTMxNTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0927f2ef-db3e-4e71-ba61-7ed0a0b25168"
}
],
"workloadContext": "Production"
}
2022-02-04T16:09:28.765Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T16:09:28.766Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 939bb925-c826-4352-8af9-bea986b4f2de ASDC
2022-02-04T16:09:28.766Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:09d59b09-5ef0-4f8e-8aa7-c410721ee626
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:939bb925-c826-4352-8af9-bea986b4f2de
ServiceInvariantUUID:cb05e1d1-d623-4ade-b68d-fe5e919edeb9
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:0927f2ef-db3e-4e71-ba61-7ed0a0b25168
ArtifactChecksum:NTViNDRmNTMwNjk3ZWViMWYyMmE2MTgzNGUwOTMxNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:dff614c5-cfa7-4de0-916d-eef8cbd96f4c
ResourceInvariantUUID:f699d407-ca2b-487f-8660-256cd8f8b4e7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:516efd86-2c58-445d-a768-71d739ff1c7c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-02-04T16:09:28.766Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 939bb925-c826-4352-8af9-bea986b4f2de 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-02-04T16:09:28.798Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:09:28.798Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:09:28.799Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:09:28.799Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0927f2ef-db3e-4e71-ba61-7ed0a0b25168 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-04T16:09:28.799Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:09:28.799Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-04T16:09:28.857Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:09:28.862Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0927f2ef-db3e-4e71-ba61-7ed0a0b25168 52481
2022-02-04T16:09:28.863Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-04T16:09:28.863Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-04T16:09:28.863Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:09:28.863Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:09:28.865Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:09:28.865Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990968863,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:09:28.966Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-04T16:09:28.967Z||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-02-04T16:09:28.967Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:09:28.978Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:09:28.978Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:09:29.866Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:09:29.868Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:09:29.868Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0927f2ef-db3e-4e71-ba61-7ed0a0b25168, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:29.868Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-04T16:09:29.868Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:29.868Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:29.972Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3485315909788802145/Definitions/service-BasicNetwork-template.yml
2022-02-04T16:09:30.517Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||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-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||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-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||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-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||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-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||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-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||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-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||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-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||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-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.521Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:939bb925-c826-4352-8af9-bea986b4f2de
Model Version:NULL
Model InvariantUuid:cb05e1d1-d623-4ade-b68d-fe5e919edeb9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f699d407-ca2b-487f-8660-256cd8f8b4e7
Model UUID:d57ef46c-3990-4de2-a9aa-7e5ceeedda2a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:dff614c5-cfa7-4de0-916d-eef8cbd96f4c
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-02-04T16:09:30.526Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 516efd86-2c58-445d-a768-71d739ff1c7c
2022-02-04T16:09:30.526Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||No resources found for Service: 939bb925-c826-4352-8af9-bea986b4f2de
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-02-04T16:09:30.529Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||
2022-02-04T16:09:30.529Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-02-04T16:09:30.530Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 939bb925-c826-4352-8af9-bea986b4f2de
2022-02-04T16:09:30.530Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 939bb925-c826-4352-8af9-bea986b4f2de
2022-02-04T16:09:30.530Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-02-04T16:09:30.530Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||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-02-04T16:09:30.534Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54319db3, org.onap.sdc.toscaparser.api.parameters.Input@b63c267, org.onap.sdc.toscaparser.api.parameters.Input@53aa7246, org.onap.sdc.toscaparser.api.parameters.Input@68e9be17, org.onap.sdc.toscaparser.api.parameters.Input@30ed7abc]
2022-02-04T16:09:30.535Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:09:30.535Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.535Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:09:30.535Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.535Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 939bb925-c826-4352-8af9-bea986b4f2de: Generic NeutronNet
2022-02-04T16:09:30.535Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:09:30.536Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.536Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:09:30.536Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||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-02-04T16:09:30.559Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:09:30.559Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.559Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:09:30.560Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.560Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:09:30.560Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.560Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||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-02-04T16:09:30.610Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-02-04T16:09:30.610Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-04T16:09:30.610Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-04T16:09:30.610Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:09:30.611Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:09:30.613Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:09:30.613Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990970610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:09:30.714Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-04T16:09:30.716Z||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-02-04T16:09:30.716Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:09:30.727Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:09:30.728Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:09:31.614Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626
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-02-04T16:09:31.627Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626
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-02-04T16:09:31.631Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:09:31.632Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T16:09:31.632Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:09:31.632Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:10:01.632Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626
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-02-04T16:10:01.645Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626
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-02-04T16:10:01.648Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:10:01.648Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T16:10:01.648Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:10:01.648Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:10:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:10:18.220Z||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-02-04T16:10:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:10:18.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:10:18.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:10:18.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643990958487,
"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-02-04T16:10:18.254Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09d59b09-5ef0-4f8e-8aa7-c410721ee626
2022-02-04T16:10:18.255Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d59b09-5ef0-4f8e-8aa7-c410721ee626 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-02-04T16:10:31.649Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626
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-02-04T16:10:31.661Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626
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-02-04T16:10:31.665Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:10:31.665Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T16:10:31.665Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T16:10:31.666Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T16:10:31.666Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-04T16:10:31.666Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-04T16:10:31.666Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-04T16:10:31.666Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-04T16:10:31.666Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-04T16:10:31.666Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||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-02-04T16:10:31.671Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T16:11:01.672Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626 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-02-04T16:11:01.677Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626 and serviceModelVersionId: 939bb925-c826-4352-8af9-bea986b4f2de
2022-02-04T16:11:01.677Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb05e1d1-d623-4ade-b68d-fe5e919edeb9
2022-02-04T16:11:01.678Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb05e1d1-d623-4ade-b68d-fe5e919edeb9/model-vers/model-ver/939bb925-c826-4352-8af9-bea986b4f2de?depth=0
2022-02-04T16:11:01.684Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T16:11:01.718Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb05e1d1-d623-4ade-b68d-fe5e919edeb9/model-vers/model-ver/939bb925-c826-4352-8af9-bea986b4f2de?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-02-04T16:11:01.719Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb05e1d1-d623-4ade-b68d-fe5e919edeb9/model-vers/model-ver/939bb925-c826-4352-8af9-bea986b4f2de?depth=0|INFO|500||Invoke
2022-02-04T16:11:01.740Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb05e1d1-d623-4ade-b68d-fe5e919edeb9/model-vers/model-ver/939bb925-c826-4352-8af9-bea986b4f2de?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-04T16:11:02.049Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb05e1d1-d623-4ade-b68d-fe5e919edeb9/model-vers/model-ver/939bb925-c826-4352-8af9-bea986b4f2de?depth=0|INFO|500||InvokeReturn
2022-02-04T16:11:02.050Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb05e1d1-d623-4ade-b68d-fe5e919edeb9/model-vers/model-ver/939bb925-c826-4352-8af9-bea986b4f2de?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220204-16:11:01:748-98960], vertex-id=[393424], Content-Length=[0], Date=[Fri, 04 Feb 2022 16:11:01 GMT], Content-Type=[application/json]}
2022-02-04T16:11:02.050Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-04T16:11:02.050Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T16:11:02.050Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||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-02-04T16:11:02.055Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||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-02-04T16:11:02.056Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09d59b09-5ef0-4f8e-8aa7-c410721ee626 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-04T16:11:02.056Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T16:11:02.056Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:11:02.058Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:11:02.058Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991062056,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:11:02.158Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:11:02.160Z||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-02-04T16:11:02.160Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:11:02.172Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:11:02.173Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 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-02-04T16:11:03.072Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:11:03.073Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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-02-04T16:11:03.073Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:11:12.611Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:11:12.612Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:11:12.613Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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-02-04T16:11:12.613Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:11:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:11:18.220Z||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-02-04T16:11:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:11:18.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:11:18.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990960758,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:11:18.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:11:18.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "clamp",
"timestamp": 1643990961259,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:11:18.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:11:18.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "clamp",
"timestamp": 1643990961259,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:11:18.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:11:18.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990961774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:11:18.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990961774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "clamp",
"timestamp": 1643990968359,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990968863,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:11:18.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "clamp",
"timestamp": 1643990969380,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:11:18.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:11:18.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "clamp",
"timestamp": 1643990970384,
"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-02-04T16:11:18.257Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 09d59b09-5ef0-4f8e-8aa7-c410721ee626
2022-02-04T16:11:18.257Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d59b09-5ef0-4f8e-8aa7-c410721ee626 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-02-04T16:11:18.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643990970610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:11:18.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:11:22.151Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:11:22.151Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:11:22.152Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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-02-04T16:11:22.152Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:11:31.690Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:11:31.691Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:11:31.692Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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-02-04T16:11:31.692Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:11:41.229Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:12:18.217Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:12:18.218Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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-02-04T16:12:18.219Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:12:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:12:18.220Z||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-02-04T16:12:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:12:18.741Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:12:18.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:12:18.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991062056,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:12:18.743Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:12:27.759Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:18.217Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:13:18.218Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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-02-04T16:13:18.218Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:13:18.220Z||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-02-04T16:13:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:18.846Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:18.847Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.847Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"16abc08c-a196-41f6-8fe1-088a36cde551","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b7cc8cf4-2e87-45a4-b873-e1490dd14047","serviceDescription":"service","serviceInvariantUUID":"d8eda96f-e18e-456f-a10e-23f34fb88dba","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35d9c88d-6b9d-4ad9-a1fd-4e2cfbc800d9","resourceInvariantUUID":"79f1a4b4-e99f-4b5a-9812-744e45a7465c","resourceCustomizationUUID":"f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d4b31b26-4769-4514-9ec8-1881a38d16e2","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MmZlZWFlOTlkNzEzMTA1YmVhNmQwMTFjMDM3MWIwYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"461f32f9-f52d-4c0c-b6d0-e7cd6dd4506b","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"NTA4OTBiNjdjNzQ4ZjhjM2ViODFmYjFjZmQ3YTI3ZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"38b97706-aa57-46ec-a0ee-2fa4e37e98e2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c15f4f9e-45be-4e70-b9bf-31b548d7cde6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4548ad6c-f877-41db-bb67-c2592e318a9f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"15c0fccc-b659-453c-b279-40355a6f4077","artifactVersion":"2","generatedFromUUID":"c15f4f9e-45be-4e70-b9bf-31b548d7cde6"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MzY5YjVjMjYwZGQ3MzhhNGU0NDlkNzkzYTk3NjQ5YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68721b3f-329f-4bc5-a80a-0edf888a1122","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Y2U2N2Q0NDI1YzA5MGI0OTFmYzYwNzc4NmE3MzgwNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dda884a6-9691-43cb-a2cb-7024b55f9474","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T16:13:18.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:18.848Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:18.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "aai-ml",
"timestamp": 1643991181954,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.849Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:18.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "cds",
"timestamp": 1643991176322,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991177812,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "aai-ml",
"timestamp": 1643991181954,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "cds",
"timestamp": 1643991176322,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.850Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:18.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.851Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991177812,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "aai-ml",
"timestamp": 1643991181954,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "cds",
"timestamp": 1643991176322,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991177812,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "aai-ml",
"timestamp": 1643991181954,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "cds",
"timestamp": 1643991176322,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991177812,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "aai-ml",
"timestamp": 1643991181954,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "cds",
"timestamp": 1643991176322,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991177812,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "aai-ml",
"timestamp": 1643991181954,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "cds",
"timestamp": 1643991176322,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991177812,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "aai-ml",
"timestamp": 1643991181954,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "cds",
"timestamp": 1643991176322,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991177812,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "aai-ml",
"timestamp": 1643991181954,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "cds",
"timestamp": 1643991176322,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991177812,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991190113,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "cds",
"timestamp": 1643991191738,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "aai-ml",
"timestamp": 1643991191742,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:13:18.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:13:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991190113,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "cds",
"timestamp": 1643991192743,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-02-04T16:13:18.871Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16abc08c-a196-41f6-8fe1-088a36cde551
2022-02-04T16:13:18.872Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16abc08c-a196-41f6-8fe1-088a36cde551 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-02-04T16:13:18.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991190113,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2022-02-04T16:13:18.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "policy-id",
"timestamp": 1643991192217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991190113,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-04T16:13:18.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991193123,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "policy-id",
"timestamp": 1643991192217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991190113,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991193123,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "policy-id",
"timestamp": 1643991192217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991190113,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991193123,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "policy-id",
"timestamp": 1643991192217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991190113,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991193123,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "policy-id",
"timestamp": 1643991192217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991190113,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991193123,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "policy-id",
"timestamp": 1643991192217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:13:18.951Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:18.952Z||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-02-04T16:13:18.952Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:18.963Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:18.963Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:19.851Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:19.852Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:19.854Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:19.854Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:19.955Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:19.956Z||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-02-04T16:13:19.956Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:19.966Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:19.966Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:20.855Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:20.856Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:20.859Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:20.859Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2022-02-04T16:13:20.959Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:20.960Z||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-02-04T16:13:20.960Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:20.970Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:20.971Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:21.860Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:21.861Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:21.863Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:21.864Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-04T16:13:21.964Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:21.965Z||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-02-04T16:13:21.965Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:21.976Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:21.976Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:22.864Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:22.865Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:22.868Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:22.868Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:22.968Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:22.969Z||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-02-04T16:13:22.969Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:22.980Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:22.980Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:23.869Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:23.870Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:23.872Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:23.872Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-04T16:13:23.972Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:23.973Z||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-02-04T16:13:23.974Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:23.983Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:23.984Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:24.872Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:24.873Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:24.876Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:24.876Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:13:24.976Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:24.977Z||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-02-04T16:13:24.977Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:24.986Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:24.987Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:25.876Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:25.877Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:25.880Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:25.880Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:13:25.980Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:25.981Z||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-02-04T16:13:25.981Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:25.991Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:25.991Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-04T16:13:26.881Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "b7cc8cf4-2e87-45a4-b873-e1490dd14047",
"serviceDescription": "service",
"serviceInvariantUUID": "d8eda96f-e18e-456f-a10e-23f34fb88dba",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "35d9c88d-6b9d-4ad9-a1fd-4e2cfbc800d9",
"resourceInvariantUUID": "79f1a4b4-e99f-4b5a-9812-744e45a7465c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "NTA4OTBiNjdjNzQ4ZjhjM2ViODFmYjFjZmQ3YTI3ZmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "38b97706-aa57-46ec-a0ee-2fa4e37e98e2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c15f4f9e-45be-4e70-b9bf-31b548d7cde6",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "15c0fccc-b659-453c-b279-40355a6f4077",
"generatedFromUUID": "c15f4f9e-45be-4e70-b9bf-31b548d7cde6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "15c0fccc-b659-453c-b279-40355a6f4077",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "Y2U2N2Q0NDI1YzA5MGI0OTFmYzYwNzc4NmE3MzgwNTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dda884a6-9691-43cb-a2cb-7024b55f9474"
}
],
"workloadContext": "Production"
}
2022-02-04T16:13:26.881Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T16:13:26.881Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b7cc8cf4-2e87-45a4-b873-e1490dd14047 ASDC
2022-02-04T16:13:26.882Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:16abc08c-a196-41f6-8fe1-088a36cde551
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:b7cc8cf4-2e87-45a4-b873-e1490dd14047
ServiceInvariantUUID:d8eda96f-e18e-456f-a10e-23f34fb88dba
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:dda884a6-9691-43cb-a2cb-7024b55f9474
ArtifactChecksum:Y2U2N2Q0NDI1YzA5MGI0OTFmYzYwNzc4NmE3MzgwNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55
ResourceInvariantUUID:79f1a4b4-e99f-4b5a-9812-744e45a7465c
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:35d9c88d-6b9d-4ad9-a1fd-4e2cfbc800d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:38b97706-aa57-46ec-a0ee-2fa4e37e98e2
ArtifactChecksum:NTA4OTBiNjdjNzQ4ZjhjM2ViODFmYjFjZmQ3YTI3ZmM=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c15f4f9e-45be-4e70-b9bf-31b548d7cde6
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:15c0fccc-b659-453c-b279-40355a6f4077
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:15c0fccc-b659-453c-b279-40355a6f4077
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-04T16:13:26.882Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b7cc8cf4-2e87-45a4-b873-e1490dd14047 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-02-04T16:13:26.913Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:13:26.914Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:13:26.914Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:13:26.914Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dda884a6-9691-43cb-a2cb-7024b55f9474 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-04T16:13:26.915Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:13:26.915Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-04T16:13:26.978Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:13:26.983Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar dda884a6-9691-43cb-a2cb-7024b55f9474 73649
2022-02-04T16:13:26.984Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-04T16:13:26.984Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-04T16:13:26.984Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:13:26.984Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:26.987Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:26.987Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991206984,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:13:27.086Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:13:27.087Z||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-02-04T16:13:27.087Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:27.102Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:27.102Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:27.988Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:13:27.989Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:13:27.989Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: dda884a6-9691-43cb-a2cb-7024b55f9474, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:27.990Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-02-04T16:13:27.990Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:27.991Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:28.103Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP651680515092054570/Definitions/service-Basicclamp-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-02-04T16:13:29.114Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T16:13:29.114Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:13:29.114Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:29.114Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-04T16:13:29.114Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||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-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||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-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||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-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||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-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||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-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||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-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9c4ce696-d4f1-488e-a242-d2b40453d7bd
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:b7cc8cf4-2e87-45a4-b873-e1490dd14047
Model Version:NULL
Model InvariantUuid:d8eda96f-e18e-456f-a10e-23f34fb88dba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:b7ebf445-6fae-4b95-8d68-d7c99659b692
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:79f1a4b4-e99f-4b5a-9812-744e45a7465c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4fc9f79f-b736-4d90-9f96-069465800f2b
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:b1f74e60-0a84-42b4-ad10-19cce1db8d4d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9c4ce696-d4f1-488e-a242-d2b40453d7bd
ModelInvariantUuid:f6bd2878-3e02-4ac2-9910-bea0881d2d22
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:d01c4119-c878-46cf-abd1-7de2e59dfad6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5fca1f9c-5aa9-4d48-b459-c0a3c7ce875e
ModelInvariantUuid:61d2e4ce-aba2-4b97-8406-09c8b53b8a0f
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:cdee2ec5-2182-4276-8c67-9d57af8cea88
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-02-04T16:13:29.125Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 35d9c88d-6b9d-4ad9-a1fd-4e2cfbc800d9
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-02-04T16:13:29.140Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||basicclamp 0
2022-02-04T16:13:29.141Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 35d9c88d-6b9d-4ad9-a1fd-4e2cfbc800d9
2022-02-04T16:13:29.141Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 38b97706-aa57-46ec-a0ee-2fa4e37e98e2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-04T16:13:29.141Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:13:29.141Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-04T16:13:29.189Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:13:29.190Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 38b97706-aa57-46ec-a0ee-2fa4e37e98e2 790
2022-02-04T16:13:29.190Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-02-04T16:13:29.190Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-04T16:13:29.190Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:13:29.191Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:29.193Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:29.193Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991209190,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:13:29.293Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:29.294Z||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-02-04T16:13:29.294Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:29.303Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:29.304Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:30.193Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4fc9f79f-b736-4d90-9f96-069465800f2b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b1f74e60-0a84-42b4-ad10-19cce1db8d4d",
"vfModuleModelCustomizationUUID": "4d11d76a-ae55-4ddf-aff0-5db204f02389",
"isBase": true,
"artifacts": [
"c15f4f9e-45be-4e70-b9bf-31b548d7cde6",
"15c0fccc-b659-453c-b279-40355a6f4077"
],
"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-02-04T16:13:30.197Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1f74e60-0a84-42b4-ad10-19cce1db8d4d
VfModuleModelInvariantUUID:4fc9f79f-b736-4d90-9f96-069465800f2b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c15f4f9e-45be-4e70-b9bf-31b548d7cde6
,
15c0fccc-b659-453c-b279-40355a6f4077
}
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-02-04T16:13:30.199Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4fc9f79f-b736-4d90-9f96-069465800f2b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b1f74e60-0a84-42b4-ad10-19cce1db8d4d",
"vfModuleModelCustomizationUUID": "4d11d76a-ae55-4ddf-aff0-5db204f02389",
"isBase": true,
"artifacts": [
"c15f4f9e-45be-4e70-b9bf-31b548d7cde6",
"15c0fccc-b659-453c-b279-40355a6f4077"
],
"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-02-04T16:13:30.199Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1f74e60-0a84-42b4-ad10-19cce1db8d4d
VfModuleModelInvariantUUID:4fc9f79f-b736-4d90-9f96-069465800f2b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c15f4f9e-45be-4e70-b9bf-31b548d7cde6
,
15c0fccc-b659-453c-b279-40355a6f4077
}
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-02-04T16:13:30.199Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c15f4f9e-45be-4e70-b9bf-31b548d7cde6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-04T16:13:30.200Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:13:30.200Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-04T16:13:30.253Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:13:30.254Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml c15f4f9e-45be-4e70-b9bf-31b548d7cde6 5033
2022-02-04T16:13:30.254Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-04T16:13:30.254Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-04T16:13:30.255Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:13:30.255Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:30.257Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:30.257Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991210254,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:13:30.358Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:30.358Z||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-02-04T16:13:30.359Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:30.368Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:30.368Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:31.258Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 15c0fccc-b659-453c-b279-40355a6f4077 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-04T16:13:31.258Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:13:31.259Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-04T16:13:31.362Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:13:31.362Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 15c0fccc-b659-453c-b279-40355a6f4077 909
2022-02-04T16:13:31.362Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-04T16:13:31.363Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-04T16:13:31.363Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:13:31.363Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:31.365Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:31.366Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991211362,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:13:31.466Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:31.467Z||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-02-04T16:13:31.467Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:31.476Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:31.477Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:32.366Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b7cc8cf4-2e87-45a4-b873-e1490dd14047
2022-02-04T16:13:32.367Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 35d9c88d-6b9d-4ad9-a1fd-4e2cfbc800d9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:13:32.380Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e72577, org.onap.sdc.toscaparser.api.parameters.Input@5c13579, org.onap.sdc.toscaparser.api.parameters.Input@230e8d89, org.onap.sdc.toscaparser.api.parameters.Input@57ce3c3b, org.onap.sdc.toscaparser.api.parameters.Input@6abf6728]
2022-02-04T16:13:32.382Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:32.382Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.382Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-02-04T16:13:32.382Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55
2022-02-04T16:13:32.382Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55 matches Tosca VF Customization UUID: f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55
2022-02-04T16:13:32.382Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55 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-02-04T16:13:32.384Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:32.384Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.385Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55: {\"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-02-04T16:13:32.385Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17e58b8e
2022-02-04T16:13:32.385Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:32.385Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T16:13:32.385Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4d11d76a-ae55-4ddf-aff0-5db204f02389
2022-02-04T16:13:32.386Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4d11d76a-ae55-4ddf-aff0-5db204f02389
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-02-04T16:13:32.387Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:32.387Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T16:13:32.389Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9c4ce696-d4f1-488e-a242-d2b40453d7bd
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-02-04T16:13:32.390Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:32.390Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:32.391Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:13:32.391Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:32.391Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:32.391Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55
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-02-04T16:13:32.392Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:32.392Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b7cc8cf4-2e87-45a4-b873-e1490dd14047: basicclamp
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:32.394Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.394Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:13:32.394Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.394Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp
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-02-04T16:13:32.466Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 35d9c88d-6b9d-4ad9-a1fd-4e2cfbc800d9 1 ASDC deployResourceStructure
2022-02-04T16:13:32.467Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-02-04T16:13:32.467Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-04T16:13:32.467Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:13:32.467Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:32.469Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:32.469Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991212466,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-04T16:13:32.569Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:32.571Z||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-02-04T16:13:32.571Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:32.581Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:32.582Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:33.470Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-04T16:13:33.470Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-04T16:13:33.470Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:13:33.471Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:33.473Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:33.473Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991213469,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-04T16:13:33.574Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-04T16:13:33.575Z||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-02-04T16:13:33.575Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:33.583Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:33.584Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:34.474Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-04T16:13:34.475Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-04T16:13:34.475Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:13:34.475Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:34.477Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:34.478Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991214474,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-04T16:13:34.578Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:34.579Z||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-02-04T16:13:34.579Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:34.588Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:34.588Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:35.479Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-04T16:13:35.480Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-04T16:13:35.480Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:13:35.480Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:35.483Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:35.484Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991215479,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:13:35.584Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:35.585Z||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-02-04T16:13:35.585Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:35.595Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:13:35.596Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:36.484Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
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-02-04T16:13:36.498Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
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-02-04T16:13:36.501Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:13:36.501Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:13:36.501Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:14:06.501Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
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-02-04T16:14:06.513Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
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-02-04T16:14:06.515Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:14:06.515Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:14:06.515Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:14:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:14:18.220Z||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-02-04T16:14:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:14:18.351Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:14:18.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:14:18.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991193123,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:14:18.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:14:36.516Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
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-02-04T16:14:36.527Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
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-02-04T16:14:36.531Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:14:36.532Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:14:36.532Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:15:06.532Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
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-02-04T16:15:06.544Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
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-02-04T16:15:06.547Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:15:06.547Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:15:06.547Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:15:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:15:18.220Z||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-02-04T16:15:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:15:18.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:15:18.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "policy-id",
"timestamp": 1643991192217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991199010,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "aai-ml",
"timestamp": 1643991199310,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991193123,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "policy-id",
"timestamp": 1643991192217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991200220,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "aai-ml",
"timestamp": 1643991200313,
"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-02-04T16:15:18.760Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16abc08c-a196-41f6-8fe1-088a36cde551
2022-02-04T16:15:18.760Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16abc08c-a196-41f6-8fe1-088a36cde551 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-02-04T16:15:18.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991193123,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "policy-id",
"timestamp": 1643991201118,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991201418,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "clamp",
"timestamp": 1643991201259,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991201949,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "policy-id",
"timestamp": 1643991202122,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991202435,
"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-02-04T16:15:18.780Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16abc08c-a196-41f6-8fe1-088a36cde551
2022-02-04T16:15:18.780Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16abc08c-a196-41f6-8fe1-088a36cde551 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-02-04T16:15:18.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "clamp",
"timestamp": 1643991201259,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "policy-id",
"timestamp": 1643991203125,
"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-02-04T16:15:18.797Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16abc08c-a196-41f6-8fe1-088a36cde551
2022-02-04T16:15:18.798Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16abc08c-a196-41f6-8fe1-088a36cde551 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-04T16:15:18.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991203438,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-04T16:15:18.806Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991203871,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "clamp",
"timestamp": 1643991201259,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991204874,
"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-02-04T16:15:18.813Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16abc08c-a196-41f6-8fe1-088a36cde551
2022-02-04T16:15:18.814Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16abc08c-a196-41f6-8fe1-088a36cde551 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-02-04T16:15:18.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "clamp",
"timestamp": 1643991201259,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991198217,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "clamp",
"timestamp": 1643991201259,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "clamp",
"timestamp": 1643991201259,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991206984,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "clamp",
"timestamp": 1643991201259,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "clamp",
"timestamp": 1643991201259,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991209190,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991210254,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991211362,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991212466,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991213469,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991214474,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991215479,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991210113,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991217812,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "aai-ml",
"timestamp": 1643991211954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "policy-id",
"timestamp": 1643991212216,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991217812,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "aai-ml",
"timestamp": 1643991211954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991210113,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "policy-id",
"timestamp": 1643991212216,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "clamp",
"timestamp": 1643991220398,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991217812,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "aai-ml",
"timestamp": 1643991211954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991210113,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "policy-id",
"timestamp": 1643991212216,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "clamp",
"timestamp": 1643991221402,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991217812,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "aai-ml",
"timestamp": 1643991211954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991210113,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "policy-id",
"timestamp": 1643991212216,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "cds",
"timestamp": 1643991221322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991217812,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "aai-ml",
"timestamp": 1643991211954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991210113,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "policy-id",
"timestamp": 1643991212216,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "cds",
"timestamp": 1643991221322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991217812,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "aai-ml",
"timestamp": 1643991211954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991223124,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991210113,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "policy-id",
"timestamp": 1643991212216,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "cds",
"timestamp": 1643991221322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "clamp",
"timestamp": 1643991224461,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "aai-ml",
"timestamp": 1643991211954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991217812,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991210113,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991223124,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "policy-id",
"timestamp": 1643991212216,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "cds",
"timestamp": 1643991221322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "clamp",
"timestamp": 1643991225465,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_ERROR"
}
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991217812,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "aai-ml",
"timestamp": 1643991211954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991210113,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991223124,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "policy-id",
"timestamp": 1643991212216,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "cds",
"timestamp": 1643991221322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "clamp",
"timestamp": 1643991226470,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"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-02-04T16:15:18.842Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 16abc08c-a196-41f6-8fe1-088a36cde551
2022-02-04T16:15:18.842Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16abc08c-a196-41f6-8fe1-088a36cde551 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-02-04T16:15:18.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991217812,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "aai-ml",
"timestamp": 1643991211954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991210113,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991223124,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "policy-id",
"timestamp": 1643991212216,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "cds",
"timestamp": 1643991221322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "aai-ml",
"timestamp": 1643991211954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "ves-openapi-manager",
"timestamp": 1643991217812,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991210113,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991223124,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "policy-id",
"timestamp": 1643991212216,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "cds",
"timestamp": 1643991221322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991223124,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "cds",
"timestamp": 1643991221322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991229311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "aai-ml",
"timestamp": 1643991229323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "policy-id",
"timestamp": 1643991229316,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991223124,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "cds",
"timestamp": 1643991221322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "policy-id",
"timestamp": 1643991230319,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991230515,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991223124,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "cds",
"timestamp": 1643991221322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "policy-id",
"timestamp": 1643991231321,
"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=?
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-02-04T16:15:18.872Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19bc2487-047d-4966-96df-c5a4e2d1fef4
2022-02-04T16:15:18.872Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bc2487-047d-4966-96df-c5a4e2d1fef4 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-02-04T16:15:18.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991231724,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.882Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991223124,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "clamp",
"timestamp": 1643991231259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "cds",
"timestamp": 1643991232052,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991232776,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991223124,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "clamp",
"timestamp": 1643991231259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991233873,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "clamp",
"timestamp": 1643991231259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "cds",
"timestamp": 1643991234232,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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-02-04T16:15:18.890Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19bc2487-047d-4966-96df-c5a4e2d1fef4
2022-02-04T16:15:18.890Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bc2487-047d-4966-96df-c5a4e2d1fef4 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-02-04T16:15:18.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991234267,
"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-02-04T16:15:18.906Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19bc2487-047d-4966-96df-c5a4e2d1fef4
2022-02-04T16:15:18.906Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bc2487-047d-4966-96df-c5a4e2d1fef4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-04T16:15:18.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "clamp",
"timestamp": 1643991231259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "aai-ml",
"timestamp": 1643991235030,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1643991235269,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991235808,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:15:18.917Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "clamp",
"timestamp": 1643991231259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "aai-ml",
"timestamp": 1643991236032,
"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-02-04T16:15:18.924Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19bc2487-047d-4966-96df-c5a4e2d1fef4
2022-02-04T16:15:18.924Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bc2487-047d-4966-96df-c5a4e2d1fef4 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-02-04T16:15:18.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1643991236811,
"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-02-04T16:15:18.940Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19bc2487-047d-4966-96df-c5a4e2d1fef4
2022-02-04T16:15:18.940Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bc2487-047d-4966-96df-c5a4e2d1fef4 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-02-04T16:15:18.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "clamp",
"timestamp": 1643991231259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "clamp",
"timestamp": 1643991231259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "clamp",
"timestamp": 1643991231259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "clamp",
"timestamp": 1643991231259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "clamp",
"timestamp": 1643991231259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "clamp",
"timestamp": 1643991246403,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "clamp",
"timestamp": 1643991251409,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-04T16:15:18.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "clamp",
"timestamp": 1643991252412,
"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-02-04T16:15:18.956Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19bc2487-047d-4966-96df-c5a4e2d1fef4
2022-02-04T16:15:18.956Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bc2487-047d-4966-96df-c5a4e2d1fef4 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-02-04T16:15:36.547Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
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-02-04T16:15:36.559Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
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-02-04T16:15:36.562Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:15:36.562Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T16:15:36.562Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T16:15:36.563Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T16:15:36.563Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-04T16:15:36.563Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-04T16:15:36.563Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-02-04T16:15:36.563Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-02-04T16:15:36.569Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T16:16:06.570Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551 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-02-04T16:16:06.576Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16abc08c-a196-41f6-8fe1-088a36cde551 and serviceModelVersionId: b7cc8cf4-2e87-45a4-b873-e1490dd14047
2022-02-04T16:16:06.576Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8eda96f-e18e-456f-a10e-23f34fb88dba
2022-02-04T16:16:06.578Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8eda96f-e18e-456f-a10e-23f34fb88dba/model-vers/model-ver/b7cc8cf4-2e87-45a4-b873-e1490dd14047?depth=0
2022-02-04T16:16:06.584Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T16:16:06.616Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8eda96f-e18e-456f-a10e-23f34fb88dba/model-vers/model-ver/b7cc8cf4-2e87-45a4-b873-e1490dd14047?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-02-04T16:16:06.617Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8eda96f-e18e-456f-a10e-23f34fb88dba/model-vers/model-ver/b7cc8cf4-2e87-45a4-b873-e1490dd14047?depth=0|INFO|500||Invoke
2022-02-04T16:16:06.641Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8eda96f-e18e-456f-a10e-23f34fb88dba/model-vers/model-ver/b7cc8cf4-2e87-45a4-b873-e1490dd14047?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-02-04T16:16:07.065Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8eda96f-e18e-456f-a10e-23f34fb88dba/model-vers/model-ver/b7cc8cf4-2e87-45a4-b873-e1490dd14047?depth=0|INFO|500||InvokeReturn
2022-02-04T16:16:07.065Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8eda96f-e18e-456f-a10e-23f34fb88dba/model-vers/model-ver/b7cc8cf4-2e87-45a4-b873-e1490dd14047?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220204-16:16:06:649-54430], vertex-id=[168056], Content-Length=[0], Date=[Fri, 04 Feb 2022 16:16:06 GMT], Content-Type=[application/json]}
2022-02-04T16:16:07.066Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-04T16:16:07.066Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T16:16:07.066Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||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-02-04T16:16:07.070Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||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-02-04T16:16:07.071Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16abc08c-a196-41f6-8fe1-088a36cde551 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-02-04T16:16:07.071Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T16:16:07.071Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:07.073Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:07.073Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991367071,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-02-04T16:16:07.173Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:07.175Z||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-02-04T16:16:07.175Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:07.189Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:07.189Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-04T16:16:08.088Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:16:08.088Z|16abc08c-a196-41f6-8fe1-088a36cde551|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-02-04T16:16:08.088Z|16abc08c-a196-41f6-8fe1-088a36cde551|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:13.664Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:13.665Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T16:16:13.665Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"19bc2487-047d-4966-96df-c5a4e2d1fef4","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f4035be2-4c68-421b-b63c-03845f182832","serviceDescription":"service","serviceInvariantUUID":"e84ee999-6882-468c-95ac-0a0e2d12cb44","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4bbed8fb-0d74-484e-b146-2af2b0497b7d","resourceInvariantUUID":"50a9b4d4-608f-4456-926f-390aa72457a8","resourceCustomizationUUID":"a4b1e8df-9371-4dfe-9c38-f5baa533a4f0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NGE4NjM5YzMwZjU3OTNkOGJkYzkwODNkMzQ5MjM0NzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c715727-54be-4f24-a584-6302a783f035","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZDA3MmEyNjQwYTYxYjZlMzMxYTMwNTdkOTMzZjVjNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f2081394-7793-442d-bf1b-e1d44c6b426f","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"844df913-b81d-47cf-91e5-fe86ce77c38b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3bd4d831-dd78-4444-94f4-2091e89e6d2c","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aa3ad8af-4650-4e6c-ac04-17aa95d6e2ed","artifactVersion":"2","generatedFromUUID":"21b95188-bd3b-4f6a-8b4d-1a0328df75da"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d08ca755-1632-4a35-b873-604d9cc6b34b","artifactVersion":"2","generatedFromUUID":"844df913-b81d-47cf-91e5-fe86ce77c38b"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"21b95188-bd3b-4f6a-8b4d-1a0328df75da","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bcd3ec01-86c9-4f4c-b89f-633b6aaec0f2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NTU1ZjZiZjdlNWRjNWUyN2ZiYzczMjlhYjdiNDE3YzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de5ef325-93c8-454a-80cd-89c331f378c1","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWI0ZmIxMGEwZTU5MGM0NTY4OGQxMDU5NjFjOWY1OGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58bb24fb-b68d-4085-a024-0d5440940efc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T16:16:13.668Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:13.669Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:13.670Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:13.671Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991368088,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:16:13.771Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:13.772Z||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-02-04T16:16:13.772Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:13.783Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:13.783Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:14.671Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:14.672Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:14.674Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:14.674Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991368088,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOTIFIED"
}
2022-02-04T16:16:14.775Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:14.776Z||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-02-04T16:16:14.776Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:14.787Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:14.787Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:15.676Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:15.677Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:15.678Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:15.678Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991368088,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOTIFIED"
}
2022-02-04T16:16:15.779Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:15.779Z||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-02-04T16:16:15.779Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:15.790Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:15.790Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:16.679Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:16.680Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:16.681Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:16.681Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991368088,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:16:16.782Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-04T16:16:16.783Z||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-02-04T16:16:16.783Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:16.793Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:16.793Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:17.682Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:17.683Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:17.685Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:17.686Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991368088,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOTIFIED"
}
2022-02-04T16:16:17.786Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:17.787Z||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-02-04T16:16:17.787Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:17.797Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:17.798Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:16:18.220Z||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-02-04T16:16:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:18.686Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:18.687Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:18.689Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:18.689Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991368088,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOTIFIED"
}
2022-02-04T16:16:18.789Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:18.790Z||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-02-04T16:16:18.790Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:18.800Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:18.801Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:18.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:18.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:16:18.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991367071,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-02-04T16:16:18.811Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991368088,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991368088,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOTIFIED"
}
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991368088,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOTIFIED"
}
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:16:18.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:16:18.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991368088,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:16:18.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:16:18.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:16:18.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991368088,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOTIFIED"
}
2022-02-04T16:16:18.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-04T16:16:19.689Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:19.690Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:19.692Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:19.692Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991368088,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOTIFIED"
}
2022-02-04T16:16:19.793Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:19.793Z||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-02-04T16:16:19.794Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:19.804Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:19.804Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:20.693Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:20.694Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:20.695Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:20.696Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991368088,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:16:20.796Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:20.797Z||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-02-04T16:16:20.797Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:20.807Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:20.807Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:21.696Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:21.698Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:21.701Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:21.701Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991368088,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-04T16:16:21.801Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:21.802Z||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-02-04T16:16:21.802Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:21.813Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:21.813Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:22.701Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:22.702Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:22.705Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:22.705Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991368088,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-02-04T16:16:22.805Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:22.806Z||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-02-04T16:16:22.807Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:22.818Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:22.818Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:23.707Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"serviceName": "basic_cnf_macro",
"serviceVersion": "1.0",
"serviceUUID": "f4035be2-4c68-421b-b63c-03845f182832",
"serviceDescription": "service",
"serviceInvariantUUID": "e84ee999-6882-468c-95ac-0a0e2d12cb44",
"resources": [
{
"resourceInstanceName": "basic_cnf_macro 0",
"resourceCustomizationUUID": "a4b1e8df-9371-4dfe-9c38-f5baa533a4f0",
"resourceName": "basic_cnf_macro",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4bbed8fb-0d74-484e-b146-2af2b0497b7d",
"resourceInvariantUUID": "50a9b4d4-608f-4456-926f-390aa72457a8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_cnf_macro0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"artifactChecksum": "ZDA3MmEyNjQwYTYxYjZlMzMxYTMwNTdkOTMzZjVjNWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f2081394-7793-442d-bf1b-e1d44c6b426f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_template_dummy_ignore.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "844df913-b81d-47cf-91e5-fe86ce77c38b",
"generatedArtifact": {
"artifactName": "base_template_dummy_ignore.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d08ca755-1632-4a35-b873-604d9cc6b34b",
"generatedFromUUID": "844df913-b81d-47cf-91e5-fe86ce77c38b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "helm_apache.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "aa3ad8af-4650-4e6c-ac04-17aa95d6e2ed",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_template_dummy_ignore.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d08ca755-1632-4a35-b873-604d9cc6b34b",
"relatedArtifactsInfo": []
},
{
"artifactName": "helm_apache.tgz",
"artifactType": "HELM",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "21b95188-bd3b-4f6a-8b4d-1a0328df75da",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnfMacro-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"artifactChecksum": "NWI0ZmIxMGEwZTU5MGM0NTY4OGQxMDU5NjFjOWY1OGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "58bb24fb-b68d-4085-a024-0d5440940efc"
}
],
"workloadContext": "Production"
}
2022-02-04T16:16:23.707Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T16:16:23.707Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f4035be2-4c68-421b-b63c-03845f182832 ASDC
2022-02-04T16:16:23.707Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:19bc2487-047d-4966-96df-c5a4e2d1fef4
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f4035be2-4c68-421b-b63c-03845f182832
ServiceInvariantUUID:e84ee999-6882-468c-95ac-0a0e2d12cb44
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:58bb24fb-b68d-4085-a024-0d5440940efc
ArtifactChecksum:NWI0ZmIxMGEwZTU5MGM0NTY4OGQxMDU5NjFjOWY1OGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a4b1e8df-9371-4dfe-9c38-f5baa533a4f0
ResourceInvariantUUID:50a9b4d4-608f-4456-926f-390aa72457a8
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:4bbed8fb-0d74-484e-b146-2af2b0497b7d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:f2081394-7793-442d-bf1b-e1d44c6b426f
ArtifactChecksum:ZDA3MmEyNjQwYTYxYjZlMzMxYTMwNTdkOTMzZjVjNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:844df913-b81d-47cf-91e5-fe86ce77c38b
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:d08ca755-1632-4a35-b873-604d9cc6b34b
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:aa3ad8af-4650-4e6c-ac04-17aa95d6e2ed
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:d08ca755-1632-4a35-b873-604d9cc6b34b
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:21b95188-bd3b-4f6a-8b4d-1a0328df75da
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-04T16:16:23.707Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f4035be2-4c68-421b-b63c-03845f182832 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-02-04T16:16:23.741Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:16:23.741Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:16:23.742Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:16:23.742Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 58bb24fb-b68d-4085-a024-0d5440940efc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:23.742Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:16:23.742Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:23.810Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:16:23.819Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 58bb24fb-b68d-4085-a024-0d5440940efc 158172
2022-02-04T16:16:23.820Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-02-04T16:16:23.820Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:23.820Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:16:23.820Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:23.821Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:23.822Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991383819,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:16:23.922Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:23.922Z||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-02-04T16:16:23.923Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:23.933Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:23.934Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:24.824Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:16:24.826Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:16:24.826Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 58bb24fb-b68d-4085-a024-0d5440940efc, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:24.827Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-02-04T16:16:24.827Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:24.827Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:24.913Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15013966112239600214/Definitions/service-BasicCnfMacro-template.yml
2022-02-04T16:16:25.782Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T16:16:25.782Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:16:25.782Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:25.782Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-BasicCnfMacro-csar.csar
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=6e68ffca-9a8e-4cad-b52d-82283efbc93f
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:25.788Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f4035be2-4c68-421b-b63c-03845f182832
Model Version:NULL
Model InvariantUuid:e84ee999-6882-468c-95ac-0a0e2d12cb44
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf_macro
Model UUID:5169ebc1-a42b-4d35-af38-156fa0d06d6b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:50a9b4d4-608f-4456-926f-390aa72457a8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a4b1e8df-9371-4dfe-9c38-f5baa533a4f0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:86342ce6-f0ea-463e-9c94-85d1496aec7b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:b6e6fb63-5ae2-42da-a073-bde4635de6b1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
VF Module Properties:
ModelInvariantUuid:85032a7f-45ea-49c1-8051-0a0c67470bef
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:2f1acf45-c2ea-4937-a60b-acf678a21f97
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6e68ffca-9a8e-4cad-b52d-82283efbc93f
ModelInvariantUuid:5e82036a-32f4-4bdd-8340-161511b3c752
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5df303b4-01ae-4923-abab-bbb874728f8a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base
VNFC Properties:
ModelCustomizationUuid:e13d93b5-3b9f-48b3-9c0e-da4838f4ab22
ModelInvariantUuid:c81575b0-fc52-4f82-aee3-8457a57c37c9
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:bf465d96-9252-447b-a904-5664b2d23a7b
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-02-04T16:16:25.792Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4bbed8fb-0d74-484e-b146-2af2b0497b7d
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-02-04T16:16:25.794Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-02-04T16:16:25.794Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4bbed8fb-0d74-484e-b146-2af2b0497b7d
2022-02-04T16:16:25.795Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f2081394-7793-442d-bf1b-e1d44c6b426f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-04T16:16:25.795Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:16:25.795Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-04T16:16:25.843Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:16:25.844Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json f2081394-7793-442d-bf1b-e1d44c6b426f 1565
2022-02-04T16:16:25.844Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-02-04T16:16:25.844Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-04T16:16:25.844Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:16:25.844Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:25.846Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:25.846Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991385844,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:16:25.946Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:16:25.947Z||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-02-04T16:16:25.947Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:25.958Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:25.958Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:26.847Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
"vfModuleModelInvariantUUID": "85032a7f-45ea-49c1-8051-0a0c67470bef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2f1acf45-c2ea-4937-a60b-acf678a21f97",
"vfModuleModelCustomizationUUID": "64f21d54-bb51-49a0-923e-f7762d0a1996",
"isBase": true,
"artifacts": [
"844df913-b81d-47cf-91e5-fe86ce77c38b",
"d08ca755-1632-4a35-b873-604d9cc6b34b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_template_dummy_ignore",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
},
{
"vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
"vfModuleModelInvariantUUID": "86342ce6-f0ea-463e-9c94-85d1496aec7b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b6e6fb63-5ae2-42da-a073-bde4635de6b1",
"vfModuleModelCustomizationUUID": "a1f86b53-b7a3-4873-aae1-6d179035749a",
"isBase": false,
"artifacts": [
"21b95188-bd3b-4f6a-8b4d-1a0328df75da"
],
"properties": {
"min_vf_module_instances": "0",
"vf_module_label": "helm_apache",
"max_vf_module_instances": "",
"vfc_list": "",
"vf_module_type": "Expansion",
"vf_module_description": "",
"initial_count": "0",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-04T16:16:26.853Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f1acf45-c2ea-4937-a60b-acf678a21f97
VfModuleModelInvariantUUID:85032a7f-45ea-49c1-8051-0a0c67470bef
VfModuleModelDescription:NULL
Artifacts UUID List:{
844df913-b81d-47cf-91e5-fe86ce77c38b
,
d08ca755-1632-4a35-b873-604d9cc6b34b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_template_dummy_ignore
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
,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:b6e6fb63-5ae2-42da-a073-bde4635de6b1
VfModuleModelInvariantUUID:86342ce6-f0ea-463e-9c94-85d1496aec7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
21b95188-bd3b-4f6a-8b4d-1a0328df75da
}
Properties List:{
min_vf_module_instances : 0
vf_module_label : helm_apache
max_vf_module_instances :
vfc_list :
vf_module_type : Expansion
vf_module_description :
initial_count : 0
volume_group : false
availability_zone_count :
}
isBase:false
}
2022-02-04T16:16:26.856Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
"vfModuleModelInvariantUUID": "85032a7f-45ea-49c1-8051-0a0c67470bef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2f1acf45-c2ea-4937-a60b-acf678a21f97",
"vfModuleModelCustomizationUUID": "64f21d54-bb51-49a0-923e-f7762d0a1996",
"isBase": true,
"artifacts": [
"844df913-b81d-47cf-91e5-fe86ce77c38b",
"d08ca755-1632-4a35-b873-604d9cc6b34b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_template_dummy_ignore",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
},
{
"vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
"vfModuleModelInvariantUUID": "86342ce6-f0ea-463e-9c94-85d1496aec7b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b6e6fb63-5ae2-42da-a073-bde4635de6b1",
"vfModuleModelCustomizationUUID": "a1f86b53-b7a3-4873-aae1-6d179035749a",
"isBase": false,
"artifacts": [
"21b95188-bd3b-4f6a-8b4d-1a0328df75da"
],
"properties": {
"min_vf_module_instances": "0",
"vf_module_label": "helm_apache",
"max_vf_module_instances": "",
"vfc_list": "",
"vf_module_type": "Expansion",
"vf_module_description": "",
"initial_count": "0",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-04T16:16:26.856Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f1acf45-c2ea-4937-a60b-acf678a21f97
VfModuleModelInvariantUUID:85032a7f-45ea-49c1-8051-0a0c67470bef
VfModuleModelDescription:NULL
Artifacts UUID List:{
844df913-b81d-47cf-91e5-fe86ce77c38b
,
d08ca755-1632-4a35-b873-604d9cc6b34b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_template_dummy_ignore
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
,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:b6e6fb63-5ae2-42da-a073-bde4635de6b1
VfModuleModelInvariantUUID:86342ce6-f0ea-463e-9c94-85d1496aec7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
21b95188-bd3b-4f6a-8b4d-1a0328df75da
}
Properties List:{
min_vf_module_instances : 0
vf_module_label : helm_apache
max_vf_module_instances :
vfc_list :
vf_module_type : Expansion
vf_module_description :
initial_count : 0
volume_group : false
availability_zone_count :
}
isBase:false
}
2022-02-04T16:16:26.856Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 844df913-b81d-47cf-91e5-fe86ce77c38b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-04T16:16:26.856Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:16:26.856Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-04T16:16:26.901Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:16:26.901Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 844df913-b81d-47cf-91e5-fe86ce77c38b 914
2022-02-04T16:16:26.902Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-02-04T16:16:26.902Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-04T16:16:26.902Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:16:26.902Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:26.904Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:26.904Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991386902,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:16:27.004Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:27.005Z||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-02-04T16:16:27.005Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:27.013Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:27.014Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:27.905Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aa3ad8af-4650-4e6c-ac04-17aa95d6e2ed from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-04T16:16:27.905Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:16:27.906Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-04T16:16:27.958Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:16:27.958Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env aa3ad8af-4650-4e6c-ac04-17aa95d6e2ed 12
2022-02-04T16:16:27.958Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-02-04T16:16:27.959Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-04T16:16:27.959Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:16:27.959Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:27.961Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:27.961Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991387958,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:16:28.061Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:28.062Z||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-02-04T16:16:28.062Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:28.072Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:28.072Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:28.962Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d08ca755-1632-4a35-b873-604d9cc6b34b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-04T16:16:28.962Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:16:28.963Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-04T16:16:29.054Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:16:29.055Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d08ca755-1632-4a35-b873-604d9cc6b34b 96
2022-02-04T16:16:29.055Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-02-04T16:16:29.055Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-04T16:16:29.055Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:16:29.056Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:29.058Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:29.058Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991389055,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:16:29.158Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:29.159Z||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-02-04T16:16:29.159Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:29.168Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:29.168Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:30.059Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 21b95188-bd3b-4f6a-8b4d-1a0328df75da from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-04T16:16:30.060Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:16:30.060Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-04T16:16:30.108Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:16:30.109Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 21b95188-bd3b-4f6a-8b4d-1a0328df75da 20206
2022-02-04T16:16:30.109Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-02-04T16:16:30.109Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-04T16:16:30.109Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:16:30.109Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:30.111Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:30.112Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1643991390109,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "DOWNLOAD_OK"
}
2022-02-04T16:16:30.212Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:30.212Z||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-02-04T16:16:30.212Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:30.223Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-04T16:16:30.223Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:31.117Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f4035be2-4c68-421b-b63c-03845f182832
2022-02-04T16:16:31.118Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 4bbed8fb-0d74-484e-b146-2af2b0497b7d 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 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-02-04T16:16:31.128Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d433a8b, org.onap.sdc.toscaparser.api.parameters.Input@5532fe0, org.onap.sdc.toscaparser.api.parameters.Input@1c80de0b, org.onap.sdc.toscaparser.api.parameters.Input@fffa3da, org.onap.sdc.toscaparser.api.parameters.Input@1bfc47cc]
2022-02-04T16:16:31.129Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery