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)
2021-10-24T02:09:56.083Z||main|||||INFO|500||The following profiles are active: basic
2021-10-24T02:10:06.325Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-24T02:10:06.326Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-24T02:10:06.415Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-24T02:10:08.710Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-24T02:10:08.897Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-24T02:10:09.310Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-24T02:10:09.318Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-24T02:10:09.397Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-24T02:10:09.531Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-24T02:10:09.946Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-24T02:10:10.891Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-24T02:10:13.086Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-24T02:10:13.133Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-24T02:10:13.615Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-24T02:10:13.725Z||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.
2021-10-24T02:10:15.114Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-24T02:10:16.190Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-24T02:10:16.205Z||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$$2ed5412.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)
2021-10-24T02:10:16.206Z||main|||||WARN|500||The sdc end point is not alive
2021-10-24T02:10:19.245Z||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
2021-10-24T02:10:22.237Z||main|||||WARN|500||---
2021-10-24T02:10:22.238Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-24T02:10:22.238Z||main|||||WARN|500||---
2021-10-24T02:10:22.616Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-24T02:10:27.272Z||main|||||INFO|500||Started Application in 36.075 seconds (JVM running for 37.342)
2021-10-24T02:10:27.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-24T02:10:27.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-24T02:10:27.308Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-24T02:10:27.380Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-24T02:10:27.416Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d5f85b3-2d30-442d-b28a-b9f91b00130d url= /sdc/v1/artifactTypes
2021-10-24T02:10:27.417Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-24T02:10:27.769Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-24T02:10:27.796Z||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
2021-10-24T02:10:27.814Z||scheduling-1|||||DEBUG|500||create keys
2021-10-24T02:10:27.821Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-24T02:10:27.883Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:10:27.903Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f8c1b03a-ee05-4e1b-8191-f7f0b21651d6 url= /sdc/v1/registerForDistribution
2021-10-24T02:10:28.760Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f8c1b03a-ee05-4e1b-8191-f7f0b21651d6 url= /sdc/v1/registerForDistribution
2021-10-24T02:10:28.760Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-24T02:10:28.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:10:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:10:28.772Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-24T02:10:28.776Z||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.
2021-10-24T02:10:28.776Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:10:28.776Z||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.
2021-10-24T02:10:28.776Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:10:39.332Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:10:39.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:11:28.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:11:28.767Z||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.
2021-10-24T02:11:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:11:28.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:11:28.770Z||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.
2021-10-24T02:11:28.770Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:11:38.319Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:11:38.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:12:28.767Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:12:28.768Z||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.
2021-10-24T02:12:28.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:12:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:12:28.769Z||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.
2021-10-24T02:12:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:12:38.321Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:12:38.321Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:13:28.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:13:28.767Z||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.
2021-10-24T02:13:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:13:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:13:28.770Z||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.
2021-10-24T02:13:28.770Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:13:38.317Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:13:38.321Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:14:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:14:28.767Z||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.
2021-10-24T02:14:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:14:28.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:14:28.768Z||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.
2021-10-24T02:14:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:14:38.319Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:14:38.321Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:15:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:15:28.767Z||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.
2021-10-24T02:15:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:15:28.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:15:28.769Z||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.
2021-10-24T02:15:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:15:38.318Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:15:38.328Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:16:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:16:28.768Z||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.
2021-10-24T02:16:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:16:28.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:16:28.768Z||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.
2021-10-24T02:16:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:16:38.317Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:16:38.320Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:17:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:17:28.767Z||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.
2021-10-24T02:17:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:17:28.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:17:28.769Z||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.
2021-10-24T02:17:28.770Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:17:38.312Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:17:38.317Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:18:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:18:28.767Z||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.
2021-10-24T02:18:28.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:18:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:18:28.769Z||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.
2021-10-24T02:18:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:18:38.316Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:18:38.317Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:19:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:19:28.767Z||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.
2021-10-24T02:19:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:19:28.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:19:28.769Z||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.
2021-10-24T02:19:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:19:38.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:19:38.318Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:20:03.665Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-24T02:20:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:20:28.767Z||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.
2021-10-24T02:20:28.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:20:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:20:28.769Z||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.
2021-10-24T02:20:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:20:38.322Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:20:38.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:21:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:21:28.767Z||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.
2021-10-24T02:21:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:21:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:21:28.768Z||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.
2021-10-24T02:21:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:21:38.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:21:38.334Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:22:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:22:28.767Z||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.
2021-10-24T02:22:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:22:28.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:22:28.768Z||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.
2021-10-24T02:22:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:22:38.316Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:22:38.321Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:23:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:23:28.767Z||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.
2021-10-24T02:23:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:23:28.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:23:28.768Z||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.
2021-10-24T02:23:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:23:38.319Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:23:38.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:24:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:24:28.767Z||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.
2021-10-24T02:24:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:24:28.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:24:28.768Z||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.
2021-10-24T02:24:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:24:38.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:24:38.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:25:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:25:28.767Z||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.
2021-10-24T02:25:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:25:28.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:25:28.768Z||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.
2021-10-24T02:25:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:25:38.320Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:25:38.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:26:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:26:28.767Z||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.
2021-10-24T02:26:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:26:28.768Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:26:28.768Z||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.
2021-10-24T02:26:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:26:38.321Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:26:38.323Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:27:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:27:28.767Z||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.
2021-10-24T02:27:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:27:28.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:27:28.768Z||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.
2021-10-24T02:27:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:27:38.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:27:38.318Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:28:28.771Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:28:28.770Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:28:28.775Z||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.
2021-10-24T02:28:28.775Z||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.
2021-10-24T02:28:28.775Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:28:28.775Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:28:38.332Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:28:38.332Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:29:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:29:28.767Z||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.
2021-10-24T02:29:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:29:28.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:29:28.768Z||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.
2021-10-24T02:29:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:29:38.319Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:29:38.329Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:30:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:30:28.767Z||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.
2021-10-24T02:30:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:30:28.768Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:30:28.768Z||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.
2021-10-24T02:30:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:30:38.316Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:30:38.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:31:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:31:28.767Z||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.
2021-10-24T02:31:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:31:28.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:31:28.768Z||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.
2021-10-24T02:31:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:31:38.337Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:31:38.341Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:32:28.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:32:28.767Z||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.
2021-10-24T02:32:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:32:28.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:32:28.768Z||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.
2021-10-24T02:32:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:32:38.317Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:32:38.319Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:33:28.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:33:28.768Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:33:28.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:33:28.768Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:33:28.769Z||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.
2021-10-24T02:33:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:33:38.316Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:33:38.320Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:34:28.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:34:28.767Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:34:28.767Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:34:28.768Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:34:28.768Z||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.
2021-10-24T02:34:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:34:38.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:34:38.318Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:35:28.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:35:28.767Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:35:28.767Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:35:28.768Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:35:28.768Z||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.
2021-10-24T02:35:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:35:38.319Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:35:38.320Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:36:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:36:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:36:28.768Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:36:28.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:36:28.768Z||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.
2021-10-24T02:36:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:36:38.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:36:38.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:37:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:37:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:37:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:37:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:37:28.768Z||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.
2021-10-24T02:37:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:37:38.312Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:37:38.316Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:38:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:38:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:38:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:38:28.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:38:28.768Z||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.
2021-10-24T02:38:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:38:38.313Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:38:38.321Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:39:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:39:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:39:28.768Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:39:28.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:39:28.768Z||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.
2021-10-24T02:39:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:39:38.314Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:39:38.318Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:40:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:40:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:40:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:40:28.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:40:28.768Z||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.
2021-10-24T02:40:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:40:38.317Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:40:38.319Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:41:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:41:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:41:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:41:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:41:28.768Z||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.
2021-10-24T02:41:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:41:38.319Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:41:38.321Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:42:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:42:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:42:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:42:28.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:42:28.768Z||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.
2021-10-24T02:42:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:42:38.313Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:42:38.315Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:43:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:43:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:43:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:43:28.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:43:28.768Z||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.
2021-10-24T02:43:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:43:38.319Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:43:38.321Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:44:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:44:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:44:28.768Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:44:28.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:44:28.768Z||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.
2021-10-24T02:44:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:44:38.319Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:44:38.321Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:45:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:45:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:45:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:45:28.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:45:28.768Z||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.
2021-10-24T02:45:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:45:38.334Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:45:38.334Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:46:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:46:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:46:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:46:28.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:46:28.768Z||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.
2021-10-24T02:46:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:46:38.320Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:46:38.321Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:47:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:47:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:47:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:47:28.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:47:28.769Z||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.
2021-10-24T02:47:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:47:38.313Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:47:38.316Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:48:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:48:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:48:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:48:28.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:48:28.769Z||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.
2021-10-24T02:48:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:48:38.312Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:48:38.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:49:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:49:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:49:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:49:28.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:49:28.768Z||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.
2021-10-24T02:49:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:49:38.315Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:49:38.319Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:50:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:50:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:50:28.768Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:50:28.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:50:28.768Z||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.
2021-10-24T02:50:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:50:38.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:50:38.318Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:51:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:51:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:51:28.768Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:51:28.768Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:51:28.768Z||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.
2021-10-24T02:51:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:51:38.321Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:51:38.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:52:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:52:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:52:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:52:28.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:52:28.768Z||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.
2021-10-24T02:52:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:52:38.318Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:52:38.320Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:53:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:53:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:53:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:53:28.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:53:28.768Z||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.
2021-10-24T02:53:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:53:38.321Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:53:38.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:54:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:54:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:54:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:54:28.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:54:28.768Z||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.
2021-10-24T02:54:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:54:38.320Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:54:38.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:55:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:55:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:55:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:55:28.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:55:28.769Z||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.
2021-10-24T02:55:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:55:38.318Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:55:38.323Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:56:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:56:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:56:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:56:28.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:56:28.768Z||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.
2021-10-24T02:56:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:56:38.315Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:56:38.315Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:57:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:57:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:57:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:57:28.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:57:28.768Z||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.
2021-10-24T02:57:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:57:38.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:57:38.322Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:58:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:58:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:58:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:58:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:58:28.768Z||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.
2021-10-24T02:58:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:58:38.316Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:58:38.316Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:59:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:59:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T02:59:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T02:59:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T02:59:28.768Z||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.
2021-10-24T02:59:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T02:59:38.319Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T02:59:38.320Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:00:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:00:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:00:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:00:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:00:28.768Z||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.
2021-10-24T03:00:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:00:38.323Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:00:38.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:01:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:01:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:01:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:01:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:01:28.768Z||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.
2021-10-24T03:01:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:01:38.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:01:38.317Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:02:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:02:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:02:28.768Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:02:28.768Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:02:28.769Z||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.
2021-10-24T03:02:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:02:38.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:02:38.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:03:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:03:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:03:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:03:28.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:03:28.768Z||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.
2021-10-24T03:03:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:03:38.317Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:03:38.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:04:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:04:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:04:28.768Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:04:28.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:04:28.769Z||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.
2021-10-24T03:04:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:04:38.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:04:38.318Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:05:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:05:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:05:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:05:28.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:05:28.769Z||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.
2021-10-24T03:05:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:05:38.319Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:05:38.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:06:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:06:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:06:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:06:28.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:06:28.768Z||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.
2021-10-24T03:06:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:06:38.339Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:06:38.339Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:07:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:07:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:07:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:07:28.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:07:28.768Z||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.
2021-10-24T03:07:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:07:38.314Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:07:38.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:08:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:08:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:08:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:08:28.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:08:28.768Z||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.
2021-10-24T03:08:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:08:38.314Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:08:38.319Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:09:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:09:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:09:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:09:28.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:09:28.768Z||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.
2021-10-24T03:09:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:09:38.316Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:09:38.316Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:10:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:10:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:10:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:10:28.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:10:28.768Z||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.
2021-10-24T03:10:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:10:38.313Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:10:38.325Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:11:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:11:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:11:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:11:28.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:11:28.768Z||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.
2021-10-24T03:11:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:11:38.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:11:38.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:12:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:12:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:12:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:12:28.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:12:28.768Z||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.
2021-10-24T03:12:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:12:38.319Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:12:38.320Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:13:28.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:13:28.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:13:28.773Z||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.
2021-10-24T03:13:28.773Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:13:28.774Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:13:28.774Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:13:38.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:13:38.327Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:14:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:14:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:14:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:14:28.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:14:28.768Z||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.
2021-10-24T03:14:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:14:38.316Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:14:38.318Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:15:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:15:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:15:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:15:28.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:15:28.768Z||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.
2021-10-24T03:15:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:15:38.364Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:15:38.365Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:16:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:16:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:16:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:16:28.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:16:28.769Z||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.
2021-10-24T03:16:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:16:38.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:16:38.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:17:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:17:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:17:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:17:28.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:17:28.768Z||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.
2021-10-24T03:17:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:17:38.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:17:38.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:18:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:18:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:18:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:18:28.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:18:28.769Z||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.
2021-10-24T03:18:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:18:38.315Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:18:38.319Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:19:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:19:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:19:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:19:28.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:19:28.768Z||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.
2021-10-24T03:19:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:19:38.317Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:19:38.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:20:28.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:20:28.767Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:20:28.767Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:20:28.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:20:28.768Z||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.
2021-10-24T03:20:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:20:38.314Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:20:38.314Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:21:28.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:21:28.767Z||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.
2021-10-24T03:21:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:21:28.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:21:28.769Z||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.
2021-10-24T03:21:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:21:38.314Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:21:38.314Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:22:28.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:22:28.767Z||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.
2021-10-24T03:22:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:22:28.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:22:28.768Z||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.
2021-10-24T03:22:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:22:38.315Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:22:38.315Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:23:28.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:23:28.767Z||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.
2021-10-24T03:23:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:23:28.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:23:28.768Z||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.
2021-10-24T03:23:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:23:38.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:23:38.316Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:24:28.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:24:28.767Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:24:28.767Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:24:28.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:24:28.769Z||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.
2021-10-24T03:24:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:24:38.319Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:24:38.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:25:28.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:25:28.767Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:25:28.767Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:25:28.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:25:28.768Z||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.
2021-10-24T03:25:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:25:38.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:25:38.316Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:26:28.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:26:28.767Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:26:28.767Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:26:28.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:26:28.768Z||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.
2021-10-24T03:26:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:26:38.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:26:38.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:27:28.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:27:28.767Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:27:28.767Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:27:28.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:27:28.768Z||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.
2021-10-24T03:27:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:27:38.318Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:27:38.318Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:28:28.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:28:28.767Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:28:28.767Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:28:28.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:28:28.768Z||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.
2021-10-24T03:28:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:28:38.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:28:38.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:29:28.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:29:28.767Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:29:28.767Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:29:28.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:29:28.768Z||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.
2021-10-24T03:29:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:29:38.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:29:38.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:30:28.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:30:28.767Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:30:28.767Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:30:28.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:30:28.768Z||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.
2021-10-24T03:30:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:30:38.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:30:38.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:31:28.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:31:28.767Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:31:28.767Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:31:28.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:31:28.768Z||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.
2021-10-24T03:31:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:31:38.312Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:31:38.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:32:28.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:32:28.767Z||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.
2021-10-24T03:32:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:32:28.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:32:28.769Z||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.
2021-10-24T03:32:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:32:38.310Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:32:38.314Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:33:28.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:33:28.767Z||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.
2021-10-24T03:33:28.767Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:33:28.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:33:28.768Z||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.
2021-10-24T03:33:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:33:38.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:33:38.316Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:34:28.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:34:28.767Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:34:28.770Z||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.
2021-10-24T03:34:28.770Z||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.
2021-10-24T03:34:28.770Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:34:28.770Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:34:38.326Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:34:38.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:35:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:35:28.766Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:35:28.766Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:35:28.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:35:28.768Z||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.
2021-10-24T03:35:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:35:38.315Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:35:38.315Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:36:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:36:28.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:36:28.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:36:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:36:28.768Z||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.
2021-10-24T03:36:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:36:38.312Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:36:38.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:37:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:37:28.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:37:28.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:37:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:37:28.768Z||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.
2021-10-24T03:37:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:37:38.312Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:37:38.317Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:38:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:38:28.768Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:38:28.768Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:38:28.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:38:28.768Z||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.
2021-10-24T03:38:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:38:38.341Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:38:38.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:39:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:39:28.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:39:28.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:39:28.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:39:28.768Z||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.
2021-10-24T03:39:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:39:38.320Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:39:38.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:40:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:40:28.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:40:28.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:40:28.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:40:28.768Z||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.
2021-10-24T03:40:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:40:38.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:40:38.316Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:41:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:41:28.766Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:41:28.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:41:28.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:41:28.768Z||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.
2021-10-24T03:41:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:41:38.313Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:41:38.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:42:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:42:28.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:42:28.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:42:28.768Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:42:28.768Z||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.
2021-10-24T03:42:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:42:38.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:42:38.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:43:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:43:28.766Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:43:28.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:43:28.768Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:43:28.768Z||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.
2021-10-24T03:43:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:43:38.312Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:43:38.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:44:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:44:28.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:44:28.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:44:28.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:44:28.768Z||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.
2021-10-24T03:44:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:44:38.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:44:38.314Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:45:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:45:28.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:45:28.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:45:28.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:45:28.768Z||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.
2021-10-24T03:45:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:45:38.312Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:45:38.317Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:46:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:46:28.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:46:28.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:46:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:46:28.768Z||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.
2021-10-24T03:46:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:46:38.316Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:46:38.317Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:47:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:47:28.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:47:28.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:47:28.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:47:28.768Z||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.
2021-10-24T03:47:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:47:38.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:47:38.314Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:48:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:48:28.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:48:28.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:48:28.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:48:28.768Z||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.
2021-10-24T03:48:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:48:38.318Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:48:38.319Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:49:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:49:28.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:49:28.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:49:28.768Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:49:28.768Z||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.
2021-10-24T03:49:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:49:38.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:49:38.338Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:50:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:50:28.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:50:28.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:50:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:50:28.768Z||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.
2021-10-24T03:50:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:50:38.315Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:50:38.317Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:28.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:51:28.767Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:51:28.767Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:51:28.768Z||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.
2021-10-24T03:51:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:29.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:29.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:29.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"04a27dec-74c6-4ea9-b8e6-88f724a32406","serviceName":"vFW 2021-10-24 03-47-47","serviceVersion":"1.0","serviceUUID":"0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd","serviceDescription":"catalog service description","serviceInvariantUUID":"e3f3a11f-a27d-44d8-8dc9-55e481ad72f8","resources":[{"resourceInstanceName":"vFW 088ec7ab-0754 0","resourceName":"vFW 088ec7ab-0754","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0614ef87-6c2f-45a7-b825-833eb82f7c16","resourceInvariantUUID":"04e5ac47-cffc-4673-8bf1-d6992661e515","resourceCustomizationUUID":"75d990f1-5e5c-489f-8c62-3c1048a24af3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vf-license-model.xml","artifactChecksum":"MDYxODc0N2I3YTdjOTFkODkyNmZiZGZiNTYxYzJkMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92b3749c-28d0-456c-97b2-1a56bd94e41b","artifactVersion":"1"},{"artifactName":"vfw088ec7ab07540_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json","artifactChecksum":"NjUyN2NjYzQ0MzYyZjFjOGY1N2ZjNGU2OWY1OTUxOWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d473f7dc-886f-4384-a8a1-659057c85e7a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"97c5cc29-ab80-45e1-886a-5d7c06e8179b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vendor-license-model.xml","artifactChecksum":"Yjk0NjY4YmZiOGU2N2RmM2E2Y2RmZjUxNWQ2YWVkY2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cea6e194-7c17-4db7-89f6-593a4ccf23f1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3422dc57-f0a4-485a-96d0-4339783832e5","artifactVersion":"2","generatedFromUUID":"97c5cc29-ab80-45e1-886a-5d7c06e8179b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211024034747-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-template.yml","artifactChecksum":"ZWZhZjQ4ZmVhYWM5NDQxYTc4MmVhM2Q4MmM3OThjZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c6bb1fb-e6f1-4143-b427-2af2035078d7","artifactVersion":"1"},{"artifactName":"service-Vfw20211024034747-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar","artifactChecksum":"ZDU1ZmRmMmQ4MTc0OTZhMDgxMTc5ZWEyOTdhZDU4MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"407337d3-653e-49b8-be03-b63a573cb469","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T03:51:29.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047447330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.407Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T03:51:29.411Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:51:29.420Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:51:29.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.420Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047488766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "dcae-sch",
"timestamp": 1635047442796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "ves-openapi-manager",
"timestamp": 1635047447489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "policy-id",
"timestamp": 1635047446585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "dcae-sch",
"timestamp": 1635047442796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "ves-openapi-manager",
"timestamp": 1635047447489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047447330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "NOTIFIED"
}
2021-10-24T03:51:29.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "policy-id",
"timestamp": 1635047446585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "dcae-sch",
"timestamp": 1635047442796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "ves-openapi-manager",
"timestamp": 1635047447489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047447330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-24T03:51:29.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "policy-id",
"timestamp": 1635047446585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-24T03:51:29.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "clamp",
"timestamp": 1635047449703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047447330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "dcae-sch",
"timestamp": 1635047442796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "ves-openapi-manager",
"timestamp": 1635047447489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "policy-id",
"timestamp": 1635047446585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "clamp",
"timestamp": 1635047449703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "NOTIFIED"
}
2021-10-24T03:51:29.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047447330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-24T03:51:29.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "dcae-sch",
"timestamp": 1635047442796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "ves-openapi-manager",
"timestamp": 1635047447489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "policy-id",
"timestamp": 1635047446585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "clamp",
"timestamp": 1635047449703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "cds",
"timestamp": 1635047451946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "dcae-sch",
"timestamp": 1635047442796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047447330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "ves-openapi-manager",
"timestamp": 1635047447489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "policy-id",
"timestamp": 1635047446585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "clamp",
"timestamp": 1635047449703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "cds",
"timestamp": 1635047451946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "dcae-sch",
"timestamp": 1635047442796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "ves-openapi-manager",
"timestamp": 1635047447489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047447330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:51:29.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "policy-id",
"timestamp": 1635047446585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:51:29.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "clamp",
"timestamp": 1635047449703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "cds",
"timestamp": 1635047451946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "clamp",
"timestamp": 1635047449703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "cds",
"timestamp": 1635047451946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047455971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:51:29.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:51:29.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "policy-id",
"timestamp": 1635047455950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:51:29.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:51:29.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "clamp",
"timestamp": 1635047449703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:51:29.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "cds",
"timestamp": 1635047451946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "policy-id",
"timestamp": 1635047456957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T03:51:29.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:51:29.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047457195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:51:29.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:51:29.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "cds",
"timestamp": 1635047451946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "policy-id",
"timestamp": 1635047457960,
"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=?
2021-10-24T03:51:29.520Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
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=?
2021-10-24T03:51:29.523Z||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.
2021-10-24T03:51:29.523Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:29.535Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:29.536Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T03:51:29.581Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 04a27dec-74c6-4ea9-b8e6-88f724a32406
2021-10-24T03:51:29.595Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04a27dec-74c6-4ea9-b8e6-88f724a32406 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 (?, ?, ?, ?, ?)
2021-10-24T03:51:29.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "cds",
"timestamp": 1635047451946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:51:29.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047458786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:51:29.616Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:51:29.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "cds",
"timestamp": 1635047459777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:51:29.616Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:51:29.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "aai-ml",
"timestamp": 1635047459439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047460561,
"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=?
2021-10-24T03:51:29.631Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 04a27dec-74c6-4ea9-b8e6-88f724a32406
2021-10-24T03:51:29.632Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04a27dec-74c6-4ea9-b8e6-88f724a32406 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=?
2021-10-24T03:51:29.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "cds",
"timestamp": 1635047460791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-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=?
2021-10-24T03:51:29.646Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 04a27dec-74c6-4ea9-b8e6-88f724a32406
2021-10-24T03:51:29.646Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04a27dec-74c6-4ea9-b8e6-88f724a32406 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 (?, ?, ?, ?, ?)
2021-10-24T03:51:29.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "aai-ml",
"timestamp": 1635047459439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047461565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "DEPLOY_OK"
}
2021-10-24T03:51:29.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:51:29.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "aai-ml",
"timestamp": 1635047459439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "aai-ml",
"timestamp": 1635047459439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "aai-ml",
"timestamp": 1635047459439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "aai-ml",
"timestamp": 1635047459439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "aai-ml",
"timestamp": 1635047459439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:51:29.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047465479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047465479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "aai-ml",
"timestamp": 1635047467304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:51:29.660Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:51:29.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047465479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047465479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047465479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047465479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:29.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047465479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:51:29.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:51:29.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "clamp",
"timestamp": 1635047472684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:51:29.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:51:29.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047473460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:51:29.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:51:29.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "clamp",
"timestamp": 1635047474645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T03:51:29.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:51:29.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "clamp",
"timestamp": 1635047475649,
"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=?
2021-10-24T03:51:29.670Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 04a27dec-74c6-4ea9-b8e6-88f724a32406
2021-10-24T03:51:29.670Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04a27dec-74c6-4ea9-b8e6-88f724a32406 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 (?, ?, ?, ?, ?)
2021-10-24T03:51:29.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047478562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T03:51:29.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:51:29.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047479568,
"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=?
2021-10-24T03:51:29.687Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 04a27dec-74c6-4ea9-b8e6-88f724a32406
2021-10-24T03:51:29.687Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04a27dec-74c6-4ea9-b8e6-88f724a32406 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 (?, ?, ?, ?, ?)
2021-10-24T03:51:29.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "aai-ml",
"timestamp": 1635047482542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T03:51:29.697Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:51:29.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:51:29.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "aai-ml",
"timestamp": 1635047483548,
"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=?
2021-10-24T03:51:29.702Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 04a27dec-74c6-4ea9-b8e6-88f724a32406
2021-10-24T03:51:29.702Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04a27dec-74c6-4ea9-b8e6-88f724a32406 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 (?, ?, ?, ?, ?)
2021-10-24T03:51:30.426Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T03:51:30.426Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:51:30.428Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:51:30.428Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047488766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "NOTIFIED"
}
2021-10-24T03:51:30.528Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:51:30.529Z||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.
2021-10-24T03:51:30.529Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:30.541Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:30.542Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:51:31.428Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T03:51:31.429Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:51:31.431Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:51:31.431Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047488766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-24T03:51:31.532Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-24T03:51:31.533Z||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.
2021-10-24T03:51:31.533Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:31.548Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:31.548Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-24T03:51:32.432Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T03:51:32.433Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:51:32.434Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:51:32.434Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047488766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:32.535Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:51:32.535Z||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.
2021-10-24T03:51:32.535Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:32.549Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:32.549Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-24T03:51:33.435Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T03:51:33.436Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:51:33.437Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:51:33.438Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047488766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-24T03:51:33.540Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-24T03:51:33.541Z||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.
2021-10-24T03:51:33.541Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:33.554Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:33.554Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:51:34.438Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T03:51:34.439Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:51:34.441Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:51:34.441Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047488766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:51:34.541Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:51:34.542Z||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.
2021-10-24T03:51:34.542Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:34.555Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:34.556Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:51:35.442Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T03:51:35.443Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:51:35.444Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:51:35.444Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047488766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:51:35.544Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:51:35.545Z||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.
2021-10-24T03:51:35.546Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:35.560Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:35.560Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:51:36.447Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"serviceName": "vFW 2021-10-24 03-47-47",
"serviceVersion": "1.0",
"serviceUUID": "0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e3f3a11f-a27d-44d8-8dc9-55e481ad72f8",
"resources": [
{
"resourceInstanceName": "vFW 088ec7ab-0754 0",
"resourceCustomizationUUID": "75d990f1-5e5c-489f-8c62-3c1048a24af3",
"resourceName": "vFW 088ec7ab-0754",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0614ef87-6c2f-45a7-b825-833eb82f7c16",
"resourceInvariantUUID": "04e5ac47-cffc-4673-8bf1-d6992661e515",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw088ec7ab07540_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"artifactChecksum": "NjUyN2NjYzQ0MzYyZjFjOGY1N2ZjNGU2OWY1OTUxOWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d473f7dc-886f-4384-a8a1-659057c85e7a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "97c5cc29-ab80-45e1-886a-5d7c06e8179b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3422dc57-f0a4-485a-96d0-4339783832e5",
"generatedFromUUID": "97c5cc29-ab80-45e1-886a-5d7c06e8179b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3422dc57-f0a4-485a-96d0-4339783832e5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211024034747-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"artifactChecksum": "ZDU1ZmRmMmQ4MTc0OTZhMDgxMTc5ZWEyOTdhZDU4MjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "407337d3-653e-49b8-be03-b63a573cb469"
}
],
"workloadContext": "Production"
}
2021-10-24T03:51:36.448Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T03:51:36.448Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd ASDC
2021-10-24T03:51:36.527Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:04a27dec-74c6-4ea9-b8e6-88f724a32406
ServiceName:vFW 2021-10-24 03-47-47
ServiceVersion:1.0
ServiceUUID:0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd
ServiceInvariantUUID:e3f3a11f-a27d-44d8-8dc9-55e481ad72f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211024034747-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar
ArtifactUUID:407337d3-653e-49b8-be03-b63a573cb469
ArtifactChecksum:ZDU1ZmRmMmQ4MTc0OTZhMDgxMTc5ZWEyOTdhZDU4MjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 088ec7ab-0754 0
ResourceCustomizationUUID:75d990f1-5e5c-489f-8c62-3c1048a24af3
ResourceInvariantUUID:04e5ac47-cffc-4673-8bf1-d6992661e515
ResourceName:vFW 088ec7ab-0754
ResourceType:VF
ResourceUUID:0614ef87-6c2f-45a7-b825-833eb82f7c16
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw088ec7ab07540_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json
ArtifactUUID:d473f7dc-886f-4384-a8a1-659057c85e7a
ArtifactChecksum:NjUyN2NjYzQ0MzYyZjFjOGY1N2ZjNGU2OWY1OTUxOWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml
ArtifactUUID:97c5cc29-ab80-45e1-886a-5d7c06e8179b
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env
ArtifactUUID:3422dc57-f0a4-485a-96d0-4339783832e5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env
ArtifactUUID:3422dc57-f0a4-485a-96d0-4339783832e5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-24T03:51:36.527Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd 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=?
2021-10-24T03:51:36.593Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T03:51:36.594Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-24T03:51:36.594Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-24T03:51:36.595Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 407337d3-653e-49b8-be03-b63a573cb469 from URL: /sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:36.595Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-24T03:51:36.596Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:36.971Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-24T03:51:36.991Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar 407337d3-653e-49b8-be03-b63a573cb469 98686
2021-10-24T03:51:36.993Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar ASDC sendASDCNotification
2021-10-24T03:51:36.993Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:36.993Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T03:51:36.994Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:51:36.996Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:51:36.996Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047496992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:51:37.096Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:51:37.097Z||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.
2021-10-24T03:51:37.097Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:37.111Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:37.112Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:51:37.996Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T03:51:37.998Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-24T03:51:37.998Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 407337d3-653e-49b8-be03-b63a573cb469, URL: /sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar to file: /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:37.999Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211024034747-csar.csar
2021-10-24T03:51:38.062Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:38.063Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:38.744Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8481184443529713029/Definitions/service-Vfw20211024034747-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-10-24T03:51:41.985Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T03:51:41.990Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-24T03:51:41.990Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:41.990Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-24T03:51:41.991Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:41.991Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:41.991Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:41.991Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:41.991Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:41.991Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:41.991Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:41.991Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||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-Vfw20211024034747-csar.csar
2021-10-24T03:51:41.991Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:41.991Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:41.992Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:41.992Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:41.992Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 088ec7ab-0754 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:41.992Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-24T03:51:41.997Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:41.998Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:51:42.001Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is matching search criteria
2021-10-24T03:51:42.001Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-24T03:51:42.002Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 088ec7ab-0754 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T03:51:42.003Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:42.004Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:51:42.004Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is matching search criteria
2021-10-24T03:51:42.004Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-24T03:51:42.004Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 088ec7ab-0754 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T03:51:42.004Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:42.004Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:51:42.007Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:42.007Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is not matching search criteria
2021-10-24T03:51:42.008Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T03:51:42.008Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-24T03:51:42.008Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-24T03:51:42.008Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-24T03:51:42.008Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T03:51:42.008Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-24T03:51:42.009Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T03:51:42.009Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-24T03:51:42.009Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-24T03:51:42.009Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-24T03:51:42.009Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-24T03:51:42.009Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-24T03:51:42.009Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-24T03:51:42.010Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-24T03:51:42.010Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T03:51:42.010Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-24T03:51:42.010Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:42.010Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T03:51:42.011Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:42.011Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is matching search criteria
2021-10-24T03:51:42.011Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 088ec7ab-0754 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T03:51:42.012Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:42.012Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is matching search criteria
2021-10-24T03:51:42.012Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 088ec7ab-0754 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T03:51:42.012Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:42.013Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is matching search criteria
2021-10-24T03:51:42.013Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 088ec7ab-0754 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T03:51:42.013Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:42.013Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is not matching search criteria
2021-10-24T03:51:42.013Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T03:51:42.013Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-24T03:51:42.014Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T03:51:42.014Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-24T03:51:42.014Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-24T03:51:42.014Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-24T03:51:42.014Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-24T03:51:42.014Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-24T03:51:42.014Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-24T03:51:42.014Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-24T03:51:42.015Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T03:51:42.015Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bc1b8f0a-69b4-4f5f-9033-79b661428496
2021-10-24T03:51:42.015Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:42.015Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is not matching search criteria
2021-10-24T03:51:42.015Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T03:51:42.015Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-24T03:51:42.015Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-24T03:51:42.016Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-24T03:51:42.016Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T03:51:42.016Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-24T03:51:42.016Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T03:51:42.016Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-24T03:51:42.016Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-24T03:51:42.016Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-24T03:51:42.017Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-24T03:51:42.017Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T03:51:42.017Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8b087062-d16c-4a23-8bd5-8993d9eae0e2
2021-10-24T03:51:42.017Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:42.017Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is not matching search criteria
2021-10-24T03:51:42.017Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T03:51:42.018Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-24T03:51:42.018Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-24T03:51:42.018Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-24T03:51:42.018Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T03:51:42.018Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-24T03:51:42.018Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T03:51:42.018Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-24T03:51:42.018Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-24T03:51:42.019Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-24T03:51:42.019Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-24T03:51:42.019Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-24T03:51:42.019Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b9de4272-6367-479f-b872-82e30b9b1869
2021-10-24T03:51:42.019Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:42.019Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:51:42.019Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:42.020Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:51:42.020Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:42.020Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:51:42.020Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:42.020Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:51:42.020Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-24 03-47-47
Description:catalog service description
Model UUID:0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd
Model Version:NULL
Model InvariantUuid:e3f3a11f-a27d-44d8-8dc9-55e481ad72f8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 088ec7ab-0754
Model UUID:1f7c2505-154d-4c47-b07c-f4fdc45d1d93
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:04e5ac47-cffc-4673-8bf1-d6992661e515
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:75d990f1-5e5c-489f-8c62-3c1048a24af3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:81b8924d-c6fe-4540-8a9e-12e660cf2e58
ModelName:Vfw088ec7ab0754..base_vfw..module-0
ModelUuid:a3e59e32-8137-43f4-814e-e1dbe5bb428b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bc1b8f0a-69b4-4f5f-9033-79b661428496
ModelInvariantUuid:5be0cdd5-29bf-4543-95c1-bda6765a8381
ModelName:vFW 088ec7ab-0754-nodes.vfwCvfc
ModelUuid:39acda2b-57b6-4da8-a5ff-d1a673e75973
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6bf91c43-cab9-4ac2-9d94-4b03cf4d3559
ModelInvariantUuid:77f88c7d-cd6f-46aa-b8a7-2ba7def5f082
ModelName:Vfw088ec7ab0754.compute.nodes.heat.vfw
ModelUuid:566b5e73-b449-4619-bda4-cc610142becf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8b087062-d16c-4a23-8bd5-8993d9eae0e2
ModelInvariantUuid:38cd9b4c-130b-4052-b7ce-681481d242c6
ModelName:vFW 088ec7ab-0754-nodes.vsnCvfc
ModelUuid:805fe967-fc50-460d-9823-b283eebf2937
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e9214181-6ddb-47d6-bab7-5ae8104e94f7
ModelInvariantUuid:d5430352-c570-4974-bcd6-23bb1e51839b
ModelName:Vfw088ec7ab0754.compute.nodes.heat.vsn
ModelUuid:83e10a10-19f4-4d96-8c61-849fa621e381
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b9de4272-6367-479f-b872-82e30b9b1869
ModelInvariantUuid:bd7449f2-5e3e-419c-af50-f46539559af8
ModelName:vFW 088ec7ab-0754-nodes.vpgCvfc
ModelUuid:97a4c263-0fe0-472c-8f1f-7554992281be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c3f0cced-7e43-429d-9d01-e58cfc9b0397
ModelInvariantUuid:98d5f330-69e5-4243-8fee-c1f688171b41
ModelName:Vfw088ec7ab0754.compute.nodes.heat.vpg
ModelUuid:bc1169ad-c541-43ad-beec-d0edf5ed0ea7
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=?
2021-10-24T03:51:42.035Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0614ef87-6c2f-45a7-b825-833eb82f7c16
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=?
2021-10-24T03:51:42.116Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||vFW 088ec7ab-0754 0
2021-10-24T03:51:42.121Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0614ef87-6c2f-45a7-b825-833eb82f7c16
2021-10-24T03:51:42.121Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d473f7dc-886f-4384-a8a1-659057c85e7a from URL: /sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json
2021-10-24T03:51:42.122Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-24T03:51:42.122Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json
2021-10-24T03:51:42.285Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-24T03:51:42.286Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json d473f7dc-886f-4384-a8a1-659057c85e7a 785
2021-10-24T03:51:42.286Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json ASDC sendASDCNotification
2021-10-24T03:51:42.286Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json
2021-10-24T03:51:42.286Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T03:51:42.286Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:51:42.288Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:51:42.288Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047502286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:51:42.389Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-24T03:51:42.390Z||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.
2021-10-24T03:51:42.390Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:42.404Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:42.404Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:51:43.294Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw088ec7ab0754..base_vfw..module-0",
"vfModuleModelInvariantUUID": "81b8924d-c6fe-4540-8a9e-12e660cf2e58",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a3e59e32-8137-43f4-814e-e1dbe5bb428b",
"vfModuleModelCustomizationUUID": "692b710e-b707-4a14-b910-3c4d634b1241",
"isBase": true,
"artifacts": [
"97c5cc29-ab80-45e1-886a-5d7c06e8179b",
"3422dc57-f0a4-485a-96d0-4339783832e5"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-24T03:51:43.306Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw088ec7ab0754..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3e59e32-8137-43f4-814e-e1dbe5bb428b
VfModuleModelInvariantUUID:81b8924d-c6fe-4540-8a9e-12e660cf2e58
VfModuleModelDescription:NULL
Artifacts UUID List:{
97c5cc29-ab80-45e1-886a-5d7c06e8179b
,
3422dc57-f0a4-485a-96d0-4339783832e5
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
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
}
2021-10-24T03:51:43.309Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw088ec7ab0754..base_vfw..module-0",
"vfModuleModelInvariantUUID": "81b8924d-c6fe-4540-8a9e-12e660cf2e58",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a3e59e32-8137-43f4-814e-e1dbe5bb428b",
"vfModuleModelCustomizationUUID": "692b710e-b707-4a14-b910-3c4d634b1241",
"isBase": true,
"artifacts": [
"97c5cc29-ab80-45e1-886a-5d7c06e8179b",
"3422dc57-f0a4-485a-96d0-4339783832e5"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-24T03:51:43.309Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw088ec7ab0754..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3e59e32-8137-43f4-814e-e1dbe5bb428b
VfModuleModelInvariantUUID:81b8924d-c6fe-4540-8a9e-12e660cf2e58
VfModuleModelDescription:NULL
Artifacts UUID List:{
97c5cc29-ab80-45e1-886a-5d7c06e8179b
,
3422dc57-f0a4-485a-96d0-4339783832e5
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
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
}
2021-10-24T03:51:43.309Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 97c5cc29-ab80-45e1-886a-5d7c06e8179b from URL: /sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml
2021-10-24T03:51:43.309Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-24T03:51:43.309Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml
2021-10-24T03:51:43.405Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-24T03:51:43.406Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml 97c5cc29-ab80-45e1-886a-5d7c06e8179b 20368
2021-10-24T03:51:43.407Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-24T03:51:43.407Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml
2021-10-24T03:51:43.407Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T03:51:43.407Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:51:43.409Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:51:43.409Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047503407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:51:43.509Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:51:43.510Z||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.
2021-10-24T03:51:43.510Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:43.525Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:43.526Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:51:44.410Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3422dc57-f0a4-485a-96d0-4339783832e5 from URL: /sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env
2021-10-24T03:51:44.410Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-24T03:51:44.410Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env
2021-10-24T03:51:44.597Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-24T03:51:44.597Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env 3422dc57-f0a4-485a-96d0-4339783832e5 2098
2021-10-24T03:51:44.597Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-24T03:51:44.597Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env
2021-10-24T03:51:44.597Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T03:51:44.597Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:51:44.599Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:51:44.599Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047504597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:51:44.699Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:51:44.700Z||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.
2021-10-24T03:51:44.700Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:44.713Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:44.713Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:51:45.600Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd
2021-10-24T03:51:45.600Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 088ec7ab-0754 0 0614ef87-6c2f-45a7-b825-833eb82f7c16 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=?
2021-10-24T03:51:45.639Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d365da, org.onap.sdc.toscaparser.api.parameters.Input@29803aba, org.onap.sdc.toscaparser.api.parameters.Input@46940753, org.onap.sdc.toscaparser.api.parameters.Input@26571943, org.onap.sdc.toscaparser.api.parameters.Input@3a3655e6]
2021-10-24T03:51:45.642Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.642Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:51:45.643Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-10-24T03:51:45.643Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 75d990f1-5e5c-489f-8c62-3c1048a24af3
2021-10-24T03:51:45.643Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 75d990f1-5e5c-489f-8c62-3c1048a24af3 matches Tosca VF Customization UUID: 75d990f1-5e5c-489f-8c62-3c1048a24af3
2021-10-24T03:51:45.643Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 75d990f1-5e5c-489f-8c62-3c1048a24af3 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=?
2021-10-24T03:51:45.650Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.650Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:51:45.652Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 75d990f1-5e5c-489f-8c62-3c1048a24af3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-10-24T03:51:45.652Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31e84f31
2021-10-24T03:51:45.652Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.652Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T03:51:45.653Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 692b710e-b707-4a14-b910-3c4d634b1241
2021-10-24T03:51:45.654Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 692b710e-b707-4a14-b910-3c4d634b1241
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=?
2021-10-24T03:51:45.660Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.660Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is matching search criteria
2021-10-24T03:51:45.660Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 088ec7ab-0754 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T03:51:45.661Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.661Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is matching search criteria
2021-10-24T03:51:45.661Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 088ec7ab-0754 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T03:51:45.661Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.661Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is not matching search criteria
2021-10-24T03:51:45.662Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T03:51:45.662Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-24T03:51:45.662Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T03:51:45.662Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-24T03:51:45.662Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-24T03:51:45.662Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-24T03:51:45.663Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-24T03:51:45.663Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-24T03:51:45.663Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-24T03:51:45.663Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-24T03:51:45.663Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T03:51:45.663Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bc1b8f0a-69b4-4f5f-9033-79b661428496
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=?
2021-10-24T03:51:45.674Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.675Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is matching search criteria
2021-10-24T03:51:45.675Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 088ec7ab-0754 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T03:51:45.675Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.675Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is not matching search criteria
2021-10-24T03:51:45.675Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T03:51:45.676Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-24T03:51:45.676Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-24T03:51:45.676Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-24T03:51:45.676Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T03:51:45.676Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-24T03:51:45.676Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T03:51:45.676Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-24T03:51:45.677Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-24T03:51:45.677Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-24T03:51:45.677Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-24T03:51:45.677Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T03:51:45.677Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8b087062-d16c-4a23-8bd5-8993d9eae0e2
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=?
2021-10-24T03:51:45.679Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.680Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is matching search criteria
2021-10-24T03:51:45.680Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 088ec7ab-0754 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T03:51:45.682Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.682Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is not matching search criteria
2021-10-24T03:51:45.682Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T03:51:45.682Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-24T03:51:45.682Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-24T03:51:45.682Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-24T03:51:45.682Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T03:51:45.683Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-24T03:51:45.683Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T03:51:45.683Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-24T03:51:45.683Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-24T03:51:45.683Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-24T03:51:45.683Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-24T03:51:45.684Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-24T03:51:45.684Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b9de4272-6367-479f-b872-82e30b9b1869
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=?
2021-10-24T03:51:45.686Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.686Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is matching search criteria
2021-10-24T03:51:45.686Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 088ec7ab-0754 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T03:51:45.686Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.687Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Node template vFW 088ec7ab-0754 0 is matching search criteria
2021-10-24T03:51:45.687Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 088ec7ab-0754 0] matching following query criteria: sdcType=VF, customizationUUID=75d990f1-5e5c-489f-8c62-3c1048a24af3
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=?
2021-10-24T03:51:45.688Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.688Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:51:45.689Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd: vFW 088ec7ab-0754
2021-10-24T03:51:45.689Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.689Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:51:45.689Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.689Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:51:45.690Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.690Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:51:45.690Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.690Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:51:45.690Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:51:45.690Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-24 03-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:51:45.691Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-10-24 03-47-47
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: 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: 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: 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 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 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 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 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 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 (?, ?, ?, ?, ?)
2021-10-24T03:51:45.982Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 088ec7ab-0754 0614ef87-6c2f-45a7-b825-833eb82f7c16 1 ASDC deployResourceStructure
2021-10-24T03:51:45.983Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json ASDC sendASDCNotification
2021-10-24T03:51:45.983Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json
2021-10-24T03:51:45.983Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T03:51:45.983Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:51:45.985Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:51:45.985Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047505983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "DEPLOY_OK"
}
2021-10-24T03:51:46.085Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:51:46.086Z||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.
2021-10-24T03:51:46.086Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:46.100Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:46.100Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:51:46.986Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-24T03:51:46.986Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml
2021-10-24T03:51:46.986Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T03:51:46.986Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:51:46.988Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:51:46.988Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047506985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-24T03:51:47.089Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:51:47.089Z||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.
2021-10-24T03:51:47.089Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:47.104Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:47.104Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:51:47.989Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-24T03:51:47.990Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env
2021-10-24T03:51:47.990Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T03:51:47.990Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:51:47.992Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:51:47.992Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047507989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-24T03:51:48.092Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:51:48.093Z||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.
2021-10-24T03:51:48.093Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:48.107Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:48.107Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-24T03:51:48.993Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar ASDC sendASDCNotification
2021-10-24T03:51:48.994Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar
2021-10-24T03:51:48.994Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T03:51:48.994Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:51:48.996Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:51:48.997Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047508993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T03:51:49.097Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:51:49.097Z||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.
2021-10-24T03:51:49.097Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:51:49.110Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:51:49.110Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:51:49.998Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04a27dec-74c6-4ea9-b8e6-88f724a32406
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=?
2021-10-24T03:51:50.016Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04a27dec-74c6-4ea9-b8e6-88f724a32406
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=?
2021-10-24T03:51:50.020Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T03:51:50.021Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-24T03:51:50.021Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-24T03:51:50.021Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-24T03:51:50.021Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T03:51:50.021Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T03:51:50.021Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T03:51:50.021Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T03:51:50.022Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T03:51:50.022Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T03:51:50.022Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T03:51:50.028Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-24T03:52:20.028Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 04a27dec-74c6-4ea9-b8e6-88f724a32406 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=?
2021-10-24T03:52:20.037Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 04a27dec-74c6-4ea9-b8e6-88f724a32406 and serviceModelVersionId: 0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd
2021-10-24T03:52:20.038Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e3f3a11f-a27d-44d8-8dc9-55e481ad72f8
2021-10-24T03:52:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:52:28.768Z||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.
2021-10-24T03:52:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:28.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:28.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:52:28.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047488766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:52:28.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:52:32.393Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e3f3a11f-a27d-44d8-8dc9-55e481ad72f8/model-vers/model-ver/0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd?depth=0
2021-10-24T03:52:32.575Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-10-24T03:52:33.007Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3f3a11f-a27d-44d8-8dc9-55e481ad72f8/model-vers/model-ver/0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd?depth=0|INFO|500||Invoke
2021-10-24T03:52:33.013Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3f3a11f-a27d-44d8-8dc9-55e481ad72f8/model-vers/model-ver/0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3f3a11f-a27d-44d8-8dc9-55e481ad72f8/model-vers/model-ver/0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[04a27dec-74c6-4ea9-b8e6-88f724a32406], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3f031d5f-20db-40fc-8875-678241899aa7], X-ECOMP-RequestID=[04a27dec-74c6-4ea9-b8e6-88f724a32406], X-TransactionId=[], X-ONAP-RequestID=[04a27dec-74c6-4ea9-b8e6-88f724a32406], Content-Type=[application/merge-patch+json]}
2021-10-24T03:52:33.125Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3f3a11f-a27d-44d8-8dc9-55e481ad72f8/model-vers/model-ver/0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-24T03:52:33.438Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3f3a11f-a27d-44d8-8dc9-55e481ad72f8/model-vers/model-ver/0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3f3a11f-a27d-44d8-8dc9-55e481ad72f8/model-vers/model-ver/0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211024-03:52:33:134-79424], vertex-id=[176216], Content-Length=[0], Date=[Sun, 24 Oct 2021 03:52:33 GMT], Content-Type=[application/json]}
2021-10-24T03:52:33.439Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3f3a11f-a27d-44d8-8dc9-55e481ad72f8/model-vers/model-ver/0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-24T03:52:33.440Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3f3a11f-a27d-44d8-8dc9-55e481ad72f8/model-vers/model-ver/0805e2fc-6cf3-4df3-9b7f-33e4fb0efbcd?depth=0|INFO|500||InvokeReturn
2021-10-24T03:52:33.443Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-24T03:52:33.443Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-24T03:52:33.447Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-24T03:52:33.454Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 04a27dec-74c6-4ea9-b8e6-88f724a32406 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-24T03:52:33.455Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-24T03:52:33.455Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:33.457Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:33.458Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047553454,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T03:52:33.558Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:52:33.559Z||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.
2021-10-24T03:52:33.559Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:33.574Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:33.574Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T03:52:34.479Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:52:34.479Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:52:34.479Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:35.106Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:35.107Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T03:52:35.108Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"14535c22-3e82-4066-9cf7-c181694885aa","serviceName":"basic_onboard_qCxmhR","serviceVersion":"1.0","serviceUUID":"656a6936-3607-4408-852e-21aa7888c318","serviceDescription":"service","serviceInvariantUUID":"05ba9a08-f851-4014-9557-f2fc26f9fbbf","resources":[{"resourceInstanceName":"basic_onboard_qCxmhR 0","resourceName":"basic_onboard_qCxmhR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a2c5e7cc-6781-4130-91f2-a1df5477b3a6","resourceInvariantUUID":"40d56c4a-e3de-4d25-839f-d06e784b4ba0","resourceCustomizationUUID":"c86ae338-ef28-4f4f-93e7-4e8e9bc24da1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vf-license-model.xml","artifactChecksum":"Nzg0MTI5Mzk3ZWZiNDI3Y2YyYmRjOTg3MGNiZGI3Mzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e925dba-00e8-48d8-ac81-58c7cbee8586","artifactVersion":"1"},{"artifactName":"basic_onboard_qcxmhr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json","artifactChecksum":"MTdhOTAzNzYwODhhYWQyY2VkNzI2ZTQ1YTE3ZGRlMzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bab8b82e-efbb-41eb-b1b8-fc8a813e0a7d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c874ac1d-1468-42c0-ba99-3b197e729367","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f89c6279-ad45-44c6-8383-9ade97e81562","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c4c7d1c3-db9c-4107-ade6-16d0fe531204","artifactVersion":"2","generatedFromUUID":"c874ac1d-1468-42c0-ba99-3b197e729367"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQcxmhr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-template.yml","artifactChecksum":"YzUzNjczNGE1Y2JhYWE2YTI2NmU3YmI5Y2RkODliYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8838afac-3019-4e9a-a5db-4eebd1018079","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQcxmhr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar","artifactChecksum":"MjQ3NGU5ZDlmYTNkNDlkNDk1MzYwZTU5MmQ0MWU3NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5be6afd2-1b59-40d0-b236-5b79f7f54f61","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T03:52:35.112Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T03:52:35.113Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:35.115Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:35.115Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047554478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:52:35.215Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T03:52:35.216Z||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.
2021-10-24T03:52:35.217Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:35.233Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:35.233Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-24T03:52:36.116Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T03:52:36.117Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:36.119Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:36.119Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047554478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "NOTIFIED"
}
2021-10-24T03:52:36.219Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:52:36.220Z||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.
2021-10-24T03:52:36.220Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:36.234Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:36.235Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:52:37.120Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T03:52:37.121Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:37.123Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:37.123Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047554478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-24T03:52:37.223Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:52:37.224Z||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.
2021-10-24T03:52:37.224Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:37.238Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:37.239Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:52:38.123Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T03:52:38.125Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:38.127Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:38.127Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047554478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:52:38.227Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:52:38.228Z||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.
2021-10-24T03:52:38.229Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:38.243Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:38.243Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-24T03:52:39.128Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T03:52:39.129Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:39.131Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:39.131Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047554478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-24T03:52:39.232Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:52:39.233Z||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.
2021-10-24T03:52:39.233Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:39.248Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:39.248Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:52:40.132Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T03:52:40.133Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:40.135Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:40.136Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047554478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:52:40.236Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:52:40.237Z||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.
2021-10-24T03:52:40.237Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:40.252Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:40.253Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:52:41.136Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T03:52:41.138Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:41.140Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:41.140Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047554478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:52:41.241Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:52:41.241Z||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.
2021-10-24T03:52:41.241Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:41.256Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:41.256Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:52:42.143Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"serviceName": "basic_onboard_qCxmhR",
"serviceVersion": "1.0",
"serviceUUID": "656a6936-3607-4408-852e-21aa7888c318",
"serviceDescription": "service",
"serviceInvariantUUID": "05ba9a08-f851-4014-9557-f2fc26f9fbbf",
"resources": [
{
"resourceInstanceName": "basic_onboard_qCxmhR 0",
"resourceCustomizationUUID": "c86ae338-ef28-4f4f-93e7-4e8e9bc24da1",
"resourceName": "basic_onboard_qCxmhR",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a2c5e7cc-6781-4130-91f2-a1df5477b3a6",
"resourceInvariantUUID": "40d56c4a-e3de-4d25-839f-d06e784b4ba0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qcxmhr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"artifactChecksum": "MTdhOTAzNzYwODhhYWQyY2VkNzI2ZTQ1YTE3ZGRlMzc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bab8b82e-efbb-41eb-b1b8-fc8a813e0a7d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c874ac1d-1468-42c0-ba99-3b197e729367",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c4c7d1c3-db9c-4107-ade6-16d0fe531204",
"generatedFromUUID": "c874ac1d-1468-42c0-ba99-3b197e729367"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c4c7d1c3-db9c-4107-ade6-16d0fe531204",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQcxmhr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"artifactChecksum": "MjQ3NGU5ZDlmYTNkNDlkNDk1MzYwZTU5MmQ0MWU3NmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5be6afd2-1b59-40d0-b236-5b79f7f54f61"
}
],
"workloadContext": "Production"
}
2021-10-24T03:52:42.144Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T03:52:42.144Z|04a27dec-74c6-4ea9-b8e6-88f724a32406|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 656a6936-3607-4408-852e-21aa7888c318 ASDC
2021-10-24T03:52:42.144Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:14535c22-3e82-4066-9cf7-c181694885aa
ServiceName:basic_onboard_qCxmhR
ServiceVersion:1.0
ServiceUUID:656a6936-3607-4408-852e-21aa7888c318
ServiceInvariantUUID:05ba9a08-f851-4014-9557-f2fc26f9fbbf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQcxmhr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar
ArtifactUUID:5be6afd2-1b59-40d0-b236-5b79f7f54f61
ArtifactChecksum:MjQ3NGU5ZDlmYTNkNDlkNDk1MzYwZTU5MmQ0MWU3NmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_qCxmhR 0
ResourceCustomizationUUID:c86ae338-ef28-4f4f-93e7-4e8e9bc24da1
ResourceInvariantUUID:40d56c4a-e3de-4d25-839f-d06e784b4ba0
ResourceName:basic_onboard_qCxmhR
ResourceType:VF
ResourceUUID:a2c5e7cc-6781-4130-91f2-a1df5477b3a6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qcxmhr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json
ArtifactUUID:bab8b82e-efbb-41eb-b1b8-fc8a813e0a7d
ArtifactChecksum:MTdhOTAzNzYwODhhYWQyY2VkNzI2ZTQ1YTE3ZGRlMzc=
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/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c874ac1d-1468-42c0-ba99-3b197e729367
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/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env
ArtifactUUID:c4c7d1c3-db9c-4107-ade6-16d0fe531204
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/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env
ArtifactUUID:c4c7d1c3-db9c-4107-ade6-16d0fe531204
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-24T03:52:42.145Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 656a6936-3607-4408-852e-21aa7888c318 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T03:52:42.181Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T03:52:42.182Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-24T03:52:42.183Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-24T03:52:42.183Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5be6afd2-1b59-40d0-b236-5b79f7f54f61 from URL: /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:42.183Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-24T03:52:42.183Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:42.318Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-24T03:52:42.321Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar 5be6afd2-1b59-40d0-b236-5b79f7f54f61 71377
2021-10-24T03:52:42.321Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar ASDC sendASDCNotification
2021-10-24T03:52:42.321Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:42.322Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T03:52:42.322Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:42.324Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:42.325Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047562321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:52:42.425Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:52:42.426Z||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.
2021-10-24T03:52:42.426Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:42.438Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:42.439Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-24T03:52:43.325Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T03:52:43.326Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-24T03:52:43.326Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5be6afd2-1b59-40d0-b236-5b79f7f54f61, URL: /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar to file: /app/ASDC/1/service-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:43.327Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:43.327Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:43.327Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:43.705Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10207829755529564574/Definitions/service-BasicOnboardQcxmhr-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
2021-10-24T03:52:45.125Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T03:52:45.126Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-24T03:52:45.126Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:45.126Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-24T03:52:45.126Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||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-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:45.126Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:45.126Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||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-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:45.127Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:45.127Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:45.127Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_qCxmhR 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-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:45.127Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:45.127Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:45.127Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:45.127Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-24T03:52:45.127Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:45.127Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:52:45.127Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qCxmhR 0 is matching search criteria
2021-10-24T03:52:45.127Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-24T03:52:45.127Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qCxmhR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T03:52:45.128Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:45.128Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:52:45.128Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qCxmhR 0 is matching search criteria
2021-10-24T03:52:45.128Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-24T03:52:45.128Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qCxmhR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T03:52:45.128Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:45.128Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:52:45.128Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:45.128Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qCxmhR 0 is not matching search criteria
2021-10-24T03:52:45.128Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-24T03:52:45.128Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-24T03:52:45.128Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-24T03:52:45.129Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-24T03:52:45.129Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-24T03:52:45.129Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:45.129Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T03:52:45.129Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:45.129Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qCxmhR 0 is matching search criteria
2021-10-24T03:52:45.129Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qCxmhR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T03:52:45.130Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:45.130Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qCxmhR 0 is matching search criteria
2021-10-24T03:52:45.130Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qCxmhR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T03:52:45.130Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:45.130Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qCxmhR 0 is matching search criteria
2021-10-24T03:52:45.130Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qCxmhR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T03:52:45.130Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:45.130Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qCxmhR 0 is not matching search criteria
2021-10-24T03:52:45.131Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-24T03:52:45.131Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-24T03:52:45.131Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a1ff4cef-617b-4460-b720-fd7de35698e8
2021-10-24T03:52:45.131Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:45.131Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:52:45.131Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:45.131Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:52:45.132Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:45.132Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:52:45.132Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:45.132Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:52:45.132Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_qCxmhR
Description:service
Model UUID:656a6936-3607-4408-852e-21aa7888c318
Model Version:NULL
Model InvariantUuid:05ba9a08-f851-4014-9557-f2fc26f9fbbf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_qCxmhR
Model UUID:aad4dd76-99c3-492e-aebe-98e360b1f889
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:40d56c4a-e3de-4d25-839f-d06e784b4ba0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c86ae338-ef28-4f4f-93e7-4e8e9bc24da1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cdb4aa51-6d84-4b8b-80f4-194b6be9e1fa
ModelName:BasicOnboardQcxmhr..base_ubuntu18..module-0
ModelUuid:ea19ce9c-08c8-4934-aa74-30b5fc40d1b2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a1ff4cef-617b-4460-b720-fd7de35698e8
ModelInvariantUuid:78f2791c-ed8d-4ea7-a082-cfb30e483696
ModelName:basic_onboard_qCxmhR-nodes.ubuntu18Cvfc
ModelUuid:b608fbb9-d96d-4d4b-86dd-d20f25ba2844
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d622001e-addb-4702-bff8-e8af2ea7b6db
ModelInvariantUuid:685a73fd-dc9c-4917-877b-e846c306466f
ModelName:BasicOnboardQcxmhr.compute.nodes.heat.ubuntu18
ModelUuid:b9bbee55-6187-4821-8a9a-b32a25f5ae08
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=?
2021-10-24T03:52:45.138Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a2c5e7cc-6781-4130-91f2-a1df5477b3a6
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=?
2021-10-24T03:52:45.141Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||basic_onboard_qCxmhR 0
2021-10-24T03:52:45.141Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a2c5e7cc-6781-4130-91f2-a1df5477b3a6
2021-10-24T03:52:45.141Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bab8b82e-efbb-41eb-b1b8-fc8a813e0a7d from URL: /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json
2021-10-24T03:52:45.141Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-24T03:52:45.141Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json
2021-10-24T03:52:45.196Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-24T03:52:45.196Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json bab8b82e-efbb-41eb-b1b8-fc8a813e0a7d 798
2021-10-24T03:52:45.197Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json ASDC sendASDCNotification
2021-10-24T03:52:45.197Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json
2021-10-24T03:52:45.197Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T03:52:45.197Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:45.199Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:45.199Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047565197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:52:45.300Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:52:45.301Z||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.
2021-10-24T03:52:45.301Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:45.315Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:45.316Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-24T03:52:46.200Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQcxmhr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cdb4aa51-6d84-4b8b-80f4-194b6be9e1fa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ea19ce9c-08c8-4934-aa74-30b5fc40d1b2",
"vfModuleModelCustomizationUUID": "092ca04d-911b-4b34-92c7-7d5475053a98",
"isBase": true,
"artifacts": [
"c874ac1d-1468-42c0-ba99-3b197e729367",
"c4c7d1c3-db9c-4107-ade6-16d0fe531204"
],
"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": ""
}
}
]
2021-10-24T03:52:46.205Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQcxmhr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ea19ce9c-08c8-4934-aa74-30b5fc40d1b2
VfModuleModelInvariantUUID:cdb4aa51-6d84-4b8b-80f4-194b6be9e1fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
c874ac1d-1468-42c0-ba99-3b197e729367
,
c4c7d1c3-db9c-4107-ade6-16d0fe531204
}
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
}
2021-10-24T03:52:46.208Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQcxmhr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "cdb4aa51-6d84-4b8b-80f4-194b6be9e1fa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ea19ce9c-08c8-4934-aa74-30b5fc40d1b2",
"vfModuleModelCustomizationUUID": "092ca04d-911b-4b34-92c7-7d5475053a98",
"isBase": true,
"artifacts": [
"c874ac1d-1468-42c0-ba99-3b197e729367",
"c4c7d1c3-db9c-4107-ade6-16d0fe531204"
],
"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": ""
}
}
]
2021-10-24T03:52:46.208Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQcxmhr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ea19ce9c-08c8-4934-aa74-30b5fc40d1b2
VfModuleModelInvariantUUID:cdb4aa51-6d84-4b8b-80f4-194b6be9e1fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
c874ac1d-1468-42c0-ba99-3b197e729367
,
c4c7d1c3-db9c-4107-ade6-16d0fe531204
}
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
}
2021-10-24T03:52:46.208Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c874ac1d-1468-42c0-ba99-3b197e729367 from URL: /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml
2021-10-24T03:52:46.209Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-24T03:52:46.209Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml
2021-10-24T03:52:46.258Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-24T03:52:46.259Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml c874ac1d-1468-42c0-ba99-3b197e729367 5033
2021-10-24T03:52:46.259Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-24T03:52:46.259Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml
2021-10-24T03:52:46.259Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T03:52:46.259Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:46.261Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:46.262Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047566259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:52:46.362Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:52:46.363Z||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.
2021-10-24T03:52:46.363Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:46.377Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:46.377Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:52:47.263Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c4c7d1c3-db9c-4107-ade6-16d0fe531204 from URL: /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env
2021-10-24T03:52:47.263Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-24T03:52:47.263Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env
2021-10-24T03:52:47.317Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-24T03:52:47.317Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env c4c7d1c3-db9c-4107-ade6-16d0fe531204 909
2021-10-24T03:52:47.318Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-24T03:52:47.318Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env
2021-10-24T03:52:47.318Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T03:52:47.318Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:47.319Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:47.320Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047567318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:52:47.420Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:52:47.421Z||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.
2021-10-24T03:52:47.421Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:47.437Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:47.438Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:52:48.320Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 656a6936-3607-4408-852e-21aa7888c318
2021-10-24T03:52:48.321Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_qCxmhR 0 a2c5e7cc-6781-4130-91f2-a1df5477b3a6 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=?
2021-10-24T03:52:48.336Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28662a85, org.onap.sdc.toscaparser.api.parameters.Input@5cf60209, org.onap.sdc.toscaparser.api.parameters.Input@2ecb59a5, org.onap.sdc.toscaparser.api.parameters.Input@16f3e27a, org.onap.sdc.toscaparser.api.parameters.Input@fd8d023]
2021-10-24T03:52:48.337Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:48.338Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:52:48.338Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-10-24T03:52:48.338Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c86ae338-ef28-4f4f-93e7-4e8e9bc24da1
2021-10-24T03:52:48.338Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c86ae338-ef28-4f4f-93e7-4e8e9bc24da1 matches Tosca VF Customization UUID: c86ae338-ef28-4f4f-93e7-4e8e9bc24da1
2021-10-24T03:52:48.338Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c86ae338-ef28-4f4f-93e7-4e8e9bc24da1 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=?
2021-10-24T03:52:48.341Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:48.341Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:52:48.341Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c86ae338-ef28-4f4f-93e7-4e8e9bc24da1: {\"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\"}
2021-10-24T03:52:48.341Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64f8f152
2021-10-24T03:52:48.341Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:48.341Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T03:52:48.342Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 092ca04d-911b-4b34-92c7-7d5475053a98
2021-10-24T03:52:48.342Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 092ca04d-911b-4b34-92c7-7d5475053a98
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=?
2021-10-24T03:52:48.344Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:48.344Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qCxmhR 0 is matching search criteria
2021-10-24T03:52:48.344Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qCxmhR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T03:52:48.344Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:48.344Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qCxmhR 0 is matching search criteria
2021-10-24T03:52:48.344Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qCxmhR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T03:52:48.345Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:48.345Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qCxmhR 0 is not matching search criteria
2021-10-24T03:52:48.345Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-24T03:52:48.345Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-24T03:52:48.345Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a1ff4cef-617b-4460-b720-fd7de35698e8
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=?
2021-10-24T03:52:48.348Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:48.348Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qCxmhR 0 is matching search criteria
2021-10-24T03:52:48.348Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qCxmhR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T03:52:48.348Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:48.349Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_qCxmhR 0 is matching search criteria
2021-10-24T03:52:48.349Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_qCxmhR 0] matching following query criteria: sdcType=VF, customizationUUID=c86ae338-ef28-4f4f-93e7-4e8e9bc24da1
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=?
2021-10-24T03:52:48.351Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:48.351Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:52:48.351Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 656a6936-3607-4408-852e-21aa7888c318: basic_onboard_qCxmhR
2021-10-24T03:52:48.351Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:48.352Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:52:48.352Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:48.352Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:52:48.352Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:48.353Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:52:48.353Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:48.353Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:52:48.353Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T03:52:48.353Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_qCxmhR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T03:52:48.354Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_qCxmhR
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 (?, ?, ?, ?, ?)
2021-10-24T03:52:48.445Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_qCxmhR a2c5e7cc-6781-4130-91f2-a1df5477b3a6 1 ASDC deployResourceStructure
2021-10-24T03:52:48.445Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json ASDC sendASDCNotification
2021-10-24T03:52:48.445Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json
2021-10-24T03:52:48.445Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T03:52:48.446Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:48.448Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:48.448Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047568445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-24T03:52:48.548Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:52:48.549Z||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.
2021-10-24T03:52:48.549Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:48.562Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:48.563Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-24T03:52:49.449Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-24T03:52:49.449Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml
2021-10-24T03:52:49.449Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T03:52:49.449Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:49.451Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:49.451Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047569449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-24T03:52:49.551Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:52:49.552Z||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.
2021-10-24T03:52:49.553Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:49.565Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:49.566Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:52:50.452Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-24T03:52:50.452Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env
2021-10-24T03:52:50.452Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T03:52:50.453Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:50.455Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:50.455Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047570451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-24T03:52:50.555Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:52:50.556Z||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.
2021-10-24T03:52:50.556Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:50.569Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:50.570Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:52:51.456Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar ASDC sendASDCNotification
2021-10-24T03:52:51.456Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar
2021-10-24T03:52:51.457Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T03:52:51.457Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:52:51.459Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:52:51.459Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047571456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T03:52:51.559Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T03:52:51.560Z||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.
2021-10-24T03:52:51.561Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:52:51.575Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:52:51.575Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T03:52:52.460Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14535c22-3e82-4066-9cf7-c181694885aa
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=?
2021-10-24T03:52:52.472Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14535c22-3e82-4066-9cf7-c181694885aa
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=?
2021-10-24T03:52:52.474Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T03:52:52.474Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T03:52:52.474Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T03:53:22.475Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14535c22-3e82-4066-9cf7-c181694885aa
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=?
2021-10-24T03:53:22.487Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14535c22-3e82-4066-9cf7-c181694885aa
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=?
2021-10-24T03:53:22.490Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T03:53:22.490Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T03:53:22.490Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T03:53:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:53:28.768Z||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.
2021-10-24T03:53:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:53:28.796Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:53:28.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047488766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "NOTIFIED"
}
2021-10-24T03:53:28.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047487330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "cds",
"timestamp": 1635047481946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1635047487489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "dcae-sch",
"timestamp": 1635047482796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "aai-ml",
"timestamp": 1635047489439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "policy-id",
"timestamp": 1635047486585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047488766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047487330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "NOTIFIED"
}
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "cds",
"timestamp": 1635047481946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1635047487489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "dcae-sch",
"timestamp": 1635047482796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "aai-ml",
"timestamp": 1635047489439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "policy-id",
"timestamp": 1635047486585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047488766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047487330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-24T03:53:28.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "cds",
"timestamp": 1635047481946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1635047487489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "dcae-sch",
"timestamp": 1635047482796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "aai-ml",
"timestamp": 1635047489439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "policy-id",
"timestamp": 1635047486585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047488766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047487330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "cds",
"timestamp": 1635047481946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1635047487489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "dcae-sch",
"timestamp": 1635047482796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "aai-ml",
"timestamp": 1635047489439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "policy-id",
"timestamp": 1635047486585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047488766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047487330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "cds",
"timestamp": 1635047481946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1635047487489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "dcae-sch",
"timestamp": 1635047482796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "aai-ml",
"timestamp": 1635047489439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "policy-id",
"timestamp": 1635047486585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047488766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047495479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047487330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "cds",
"timestamp": 1635047481946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1635047487489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "dcae-sch",
"timestamp": 1635047482796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "aai-ml",
"timestamp": 1635047489439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "policy-id",
"timestamp": 1635047486585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047496992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047495479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047487330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "cds",
"timestamp": 1635047481946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1635047487489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "dcae-sch",
"timestamp": 1635047482796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "aai-ml",
"timestamp": 1635047489439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "policy-id",
"timestamp": 1635047486585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:53:28.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047495479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047498994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "policy-id",
"timestamp": 1635047499043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047495479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "cds",
"timestamp": 1635047499147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "aai-ml",
"timestamp": 1635047499161,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "policy-id",
"timestamp": 1635047500047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T03:53:28.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047495479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047500137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:53:28.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "cds",
"timestamp": 1635047500153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-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=?
2021-10-24T03:53:28.818Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 14535c22-3e82-4066-9cf7-c181694885aa
2021-10-24T03:53:28.818Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14535c22-3e82-4066-9cf7-c181694885aa 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 (?, ?, ?, ?, ?)
2021-10-24T03:53:28.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "policy-id",
"timestamp": 1635047501052,
"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=?
2021-10-24T03:53:28.832Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 14535c22-3e82-4066-9cf7-c181694885aa
2021-10-24T03:53:28.832Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14535c22-3e82-4066-9cf7-c181694885aa 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 (?, ?, ?, ?, ?)
2021-10-24T03:53:28.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047495479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047501634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:53:28.842Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047495479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:53:28.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047502286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:53:28.843Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047502657,
"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=?
2021-10-24T03:53:28.851Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 14535c22-3e82-4066-9cf7-c181694885aa
2021-10-24T03:53:28.852Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14535c22-3e82-4066-9cf7-c181694885aa 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=?
2021-10-24T03:53:28.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047503291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:53:28.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047503407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:53:28.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635047503662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-24T03:53:28.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047504597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:53:28.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047505648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T03:53:28.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "aai-ml",
"timestamp": 1635047505860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T03:53:28.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047505983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/vfw088ec7ab07540_modules.json",
"status": "DEPLOY_OK"
}
2021-10-24T03:53:28.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635047506651,
"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=?
2021-10-24T03:53:28.868Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 14535c22-3e82-4066-9cf7-c181694885aa
2021-10-24T03:53:28.868Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14535c22-3e82-4066-9cf7-c181694885aa 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 (?, ?, ?, ?, ?)
2021-10-24T03:53:28.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "aai-ml",
"timestamp": 1635047506864,
"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=?
2021-10-24T03:53:28.882Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 14535c22-3e82-4066-9cf7-c181694885aa
2021-10-24T03:53:28.883Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14535c22-3e82-4066-9cf7-c181694885aa 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 (?, ?, ?, ?, ?)
2021-10-24T03:53:28.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047506985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-24T03:53:28.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047507989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/resourceInstances/vfw088ec7ab07540/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-24T03:53:28.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047508993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211024034747/1.0/artifacts/service-Vfw20211024034747-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T03:53:28.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "clamp",
"timestamp": 1635047509703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "clamp",
"timestamp": 1635047509703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "NOTIFIED"
}
2021-10-24T03:53:28.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "clamp",
"timestamp": 1635047509703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "clamp",
"timestamp": 1635047509703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "clamp",
"timestamp": 1635047509703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "clamp",
"timestamp": 1635047509703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:53:28.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "clamp",
"timestamp": 1635047509703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:53:28.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T03:53:28.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "clamp",
"timestamp": 1635047522937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:53:28.895Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "clamp",
"timestamp": 1635047524635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T03:53:28.896Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:53:28.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T03:53:28.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "clamp",
"timestamp": 1635047525638,
"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=?
2021-10-24T03:53:28.901Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 14535c22-3e82-4066-9cf7-c181694885aa
2021-10-24T03:53:28.902Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14535c22-3e82-4066-9cf7-c181694885aa 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 (?, ?, ?, ?, ?)
2021-10-24T03:53:52.491Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14535c22-3e82-4066-9cf7-c181694885aa
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=?
2021-10-24T03:53:52.503Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14535c22-3e82-4066-9cf7-c181694885aa
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=?
2021-10-24T03:53:52.506Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T03:53:52.506Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-24T03:53:52.506Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-24T03:53:52.506Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-24T03:53:52.506Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T03:53:52.507Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T03:53:52.507Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T03:53:52.507Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T03:53:52.507Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T03:53:52.507Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T03:53:52.507Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T03:53:52.513Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-24T03:54:22.513Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 14535c22-3e82-4066-9cf7-c181694885aa 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=?
2021-10-24T03:54:22.520Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 14535c22-3e82-4066-9cf7-c181694885aa and serviceModelVersionId: 656a6936-3607-4408-852e-21aa7888c318
2021-10-24T03:54:22.520Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05ba9a08-f851-4014-9557-f2fc26f9fbbf
2021-10-24T03:54:22.520Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05ba9a08-f851-4014-9557-f2fc26f9fbbf/model-vers/model-ver/656a6936-3607-4408-852e-21aa7888c318?depth=0
2021-10-24T03:54:22.526Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-10-24T03:54:22.562Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05ba9a08-f851-4014-9557-f2fc26f9fbbf/model-vers/model-ver/656a6936-3607-4408-852e-21aa7888c318?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]}
2021-10-24T03:54:22.562Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05ba9a08-f851-4014-9557-f2fc26f9fbbf/model-vers/model-ver/656a6936-3607-4408-852e-21aa7888c318?depth=0|INFO|500||Invoke
2021-10-24T03:54:22.587Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05ba9a08-f851-4014-9557-f2fc26f9fbbf/model-vers/model-ver/656a6936-3607-4408-852e-21aa7888c318?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-24T03:54:22.803Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05ba9a08-f851-4014-9557-f2fc26f9fbbf/model-vers/model-ver/656a6936-3607-4408-852e-21aa7888c318?depth=0|INFO|500||InvokeReturn
2021-10-24T03:54:22.803Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05ba9a08-f851-4014-9557-f2fc26f9fbbf/model-vers/model-ver/656a6936-3607-4408-852e-21aa7888c318?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211024-03:54:22:594-97919], vertex-id=[204840], Content-Length=[0], Date=[Sun, 24 Oct 2021 03:54:22 GMT], Content-Type=[application/json]}
2021-10-24T03:54:22.804Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-10-24T03:54:22.804Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-24T03:54:22.804Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-24T03:54:22.808Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-24T03:54:22.809Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 14535c22-3e82-4066-9cf7-c181694885aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-24T03:54:22.809Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-24T03:54:22.809Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T03:54:22.810Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T03:54:22.810Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047662809,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T03:54:22.911Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-24T03:54:22.911Z||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.
2021-10-24T03:54:22.911Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:54:22.924Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:54:22.925Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T03:54:23.824Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:54:23.825Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:54:23.825Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:54:28.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:54:28.768Z||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.
2021-10-24T03:54:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:54:28.793Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:54:28.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04a27dec-74c6-4ea9-b8e6-88f724a32406",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047553454,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T03:54:28.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:54:28.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047554478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:54:28.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-24T03:54:28.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047554478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "NOTIFIED"
}
2021-10-24T03:54:28.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-24T03:54:28.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047554478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-24T03:54:28.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-24T03:54:28.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047554478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:54:28.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-24T03:54:28.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047554478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-24T03:54:28.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-24T03:54:28.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047554478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T03:54:28.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-24T03:54:28.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047554478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T03:54:28.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-24T03:54:28.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047562321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:54:28.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:54:28.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047565197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:54:28.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:54:28.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047566259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:54:28.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:54:28.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047567318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-24T03:54:28.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:54:28.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047568445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/basic_onboard_qcxmhr0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-24T03:54:28.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:54:28.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047569449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-24T03:54:28.804Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:54:28.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047570451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/resourceInstances/basic_onboard_qcxmhr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-24T03:54:28.804Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:54:28.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T03:54:28.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047571456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcxmhr/1.0/artifacts/service-BasicOnboardQcxmhr-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T03:54:28.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:54:33.373Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:54:33.374Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:54:33.374Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:54:33.375Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:54:42.919Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:55:28.766Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:55:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:55:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:55:28.768Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:55:28.768Z||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.
2021-10-24T03:55:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:55:29.293Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:55:29.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-24T03:55:29.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14535c22-3e82-4066-9cf7-c181694885aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635047662809,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T03:55:29.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T03:55:38.318Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:56:28.766Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:56:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:56:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:56:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:56:28.768Z||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.
2021-10-24T03:56:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:56:38.313Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:56:38.313Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:57:28.766Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:57:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:57:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:57:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:57:28.768Z||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.
2021-10-24T03:57:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:57:38.313Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:57:38.313Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:58:28.766Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:58:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:58:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:58:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:58:28.768Z||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.
2021-10-24T03:58:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:58:38.309Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:58:38.311Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:59:28.766Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:59:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T03:59:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T03:59:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T03:59:28.768Z||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.
2021-10-24T03:59:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T03:59:38.315Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T03:59:38.315Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:00:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:00:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:00:28.768Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T04:00:28.768Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:00:28.768Z||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.
2021-10-24T04:00:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T04:00:38.313Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:00:38.316Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:01:28.766Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:01:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T04:01:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:01:28.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:01:28.768Z||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.
2021-10-24T04:01:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T04:01:38.308Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:01:38.314Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:02:28.766Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:02:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T04:02:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:02:28.768Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:02:28.769Z||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.
2021-10-24T04:02:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T04:02:38.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:02:38.315Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:03:28.766Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:03:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T04:03:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:03:28.768Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:03:28.768Z||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.
2021-10-24T04:03:28.769Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T04:03:38.323Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:03:38.323Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:04:28.766Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:04:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T04:04:28.767Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:04:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:04:28.768Z||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.
2021-10-24T04:04:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T04:04:29.397Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:04:29.397Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.398Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"81cd2f4a-7924-45e2-99e2-c36b0ecd5e33","serviceName":"Demo_pNF_YFNR5nb8Vcty7Hhdwi6Z","serviceVersion":"1.0","serviceUUID":"26817641-f5f7-406b-868b-d4db94c1641a","serviceDescription":"catalog service description","serviceInvariantUUID":"85504868-586a-4e8c-83ee-9bb59813e36b","resources":[{"resourceInstanceName":"pNF 899ccae2-0026 0","resourceName":"pNF 899ccae2-0026","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"81bc6d3b-9457-43de-8fd5-0d5a77dd5de8","resourceInvariantUUID":"d4bca71c-8d6c-42a0-87e6-61452131f58a","resourceCustomizationUUID":"fbbbb737-2732-471e-a108-110d121d98ea","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vf-license-model.xml","artifactChecksum":"NjA3YzA1NzlhM2QzYmU2MmM3ZTJjZTg2NTllNDgyMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4f3b917-89ca-423d-bab4-3ca1faed1ed3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/pNF.csar","artifactChecksum":"NjljZTBhMWFmMDUxZDgxM2Q3MjJhZDcwYjA0N2RjYmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52fa1d53-1d3a-4ea2-bcf3-268b15b0b12c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79a615a7-7695-41b1-bde3-3f9aa5f19cc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vendor-license-model.xml","artifactChecksum":"NDVlMmM0ZDhlMTEzOGRjY2QwOGNmM2MwYThlNjk1N2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f99f4a5-d507-4c91-887b-15383e11b4f0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3bb1249-62fd-4d3b-a73a-43ac9fa8fbdd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a524194b-6d1c-482d-a6b2-a66cc2be1468","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYfnr5nb8vcty7hhdwi6z-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-template.yml","artifactChecksum":"YmVlYWUxNGM1NDZhNmUyNTE0M2MwMDc0NmQwYTQ3ZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35f44e86-ffd8-4bc6-8fb4-4d5e959552cf","artifactVersion":"1"},{"artifactName":"service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar","artifactChecksum":"MzE5ZmY3Y2Q5YzQyOWY5OTYyOTUwOTRiMDRhYmY5MTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75ae93b9-28e9-468b-9052-534a91fbdb2a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T04:04:29.400Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:04:29.400Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:04:29.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:04:29.403Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:04:29.403Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "cds",
"timestamp": 1635048216946,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "dcae-sch",
"timestamp": 1635048222796,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "policy-id",
"timestamp": 1635048226585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "dcae-sch",
"timestamp": 1635048222796,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "cds",
"timestamp": 1635048216946,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048227331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048227489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "policy-id",
"timestamp": 1635048226585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "dcae-sch",
"timestamp": 1635048222796,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "cds",
"timestamp": 1635048216946,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048227331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048227489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "policy-id",
"timestamp": 1635048226585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "cds",
"timestamp": 1635048216946,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "dcae-sch",
"timestamp": 1635048222796,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048227331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048227489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "policy-id",
"timestamp": 1635048226585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "clamp",
"timestamp": 1635048229703,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "dcae-sch",
"timestamp": 1635048222796,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "cds",
"timestamp": 1635048216946,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048227331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048227489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "policy-id",
"timestamp": 1635048226585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "clamp",
"timestamp": 1635048229703,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "dcae-sch",
"timestamp": 1635048222796,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "cds",
"timestamp": 1635048216946,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048227331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048227489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "policy-id",
"timestamp": 1635048226585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "clamp",
"timestamp": 1635048229703,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "dcae-sch",
"timestamp": 1635048222796,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "cds",
"timestamp": 1635048216946,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048227331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048227489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "policy-id",
"timestamp": 1635048226585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "clamp",
"timestamp": 1635048229703,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "dcae-sch",
"timestamp": 1635048222796,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "cds",
"timestamp": 1635048216946,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048227331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048227489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "policy-id",
"timestamp": 1635048226585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "clamp",
"timestamp": 1635048229703,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048227331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048227489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "clamp",
"timestamp": 1635048229703,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "cds",
"timestamp": 1635048235667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:04:29.420Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:04:29.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "policy-id",
"timestamp": 1635048235838,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:04:29.420Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:04:29.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "clamp",
"timestamp": 1635048229703,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048236603,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:04:29.420Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:04:29.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "cds",
"timestamp": 1635048236671,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-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 (?, ?, ?, ?, ?)
2021-10-24T04:04:29.441Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33
2021-10-24T04:04:29.442Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33 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 (?, ?, ?, ?, ?)
2021-10-24T04:04:29.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "policy-id",
"timestamp": 1635048236841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T04:04:29.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:04:29.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "clamp",
"timestamp": 1635048229703,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:04:29.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "policy-id",
"timestamp": 1635048237844,
"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=?
2021-10-24T04:04:29.463Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33
2021-10-24T04:04:29.463Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33 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 (?, ?, ?, ?, ?)
2021-10-24T04:04:29.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048237902,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-10-24T04:04:29.477Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:04:29.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048238906,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T04:04:29.483Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33
2021-10-24T04:04:29.484Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T04:04:29.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "aai-ml",
"timestamp": 1635048239439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "aai-ml",
"timestamp": 1635048239439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "clamp",
"timestamp": 1635048241746,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:04:29.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:04:29.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "aai-ml",
"timestamp": 1635048239439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "aai-ml",
"timestamp": 1635048239439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "clamp",
"timestamp": 1635048243761,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T04:04:29.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:04:29.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "aai-ml",
"timestamp": 1635048239439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "clamp",
"timestamp": 1635048244764,
"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=?
2021-10-24T04:04:29.503Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T04:04:29.504Z||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.
2021-10-24T04:04:29.504Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:04:29.506Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33
2021-10-24T04:04:29.506Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33 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 (?, ?, ?, ?, ?)
2021-10-24T04:04:29.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "aai-ml",
"timestamp": 1635048239439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "aai-ml",
"timestamp": 1635048239439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048245479,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "aai-ml",
"timestamp": 1635048239439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:04:29.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048245479,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048245479,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "aai-ml",
"timestamp": 1635048248279,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:04:29.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:04:29.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048245479,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048245479,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048245479,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048245479,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:29.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "aai-ml",
"timestamp": 1635048252838,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T04:04:29.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:04:29.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048245479,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:04:29.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:04:29.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "aai-ml",
"timestamp": 1635048253841,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2021-10-24T04:04:29.520Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:04:29.520Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T04:04:29.526Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33
2021-10-24T04:04:29.526Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33 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 (?, ?, ?, ?, ?)
2021-10-24T04:04:29.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048254436,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:04:29.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:04:29.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048256594,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T04:04:29.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:04:29.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:04:29.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048257598,
"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=?
2021-10-24T04:04:29.543Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33
2021-10-24T04:04:29.544Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33 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 (?, ?, ?, ?, ?)
2021-10-24T04:04:30.404Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:04:30.405Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:04:30.407Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:04:30.407Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:30.507Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:04:30.508Z||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.
2021-10-24T04:04:30.508Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:04:30.521Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:04:30.521Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:04:31.408Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:04:31.409Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:04:31.411Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:04:31.411Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:31.511Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:04:31.512Z||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.
2021-10-24T04:04:31.512Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:04:31.525Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:04:31.526Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:04:32.411Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:04:32.413Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:04:32.415Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:04:32.415Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:32.516Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:04:32.517Z||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.
2021-10-24T04:04:32.517Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:04:32.530Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:04:32.531Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:04:33.416Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:04:33.417Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:04:33.420Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:04:33.420Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:33.520Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T04:04:33.521Z||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.
2021-10-24T04:04:33.521Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:04:33.535Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:04:33.535Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-24T04:04:34.421Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:04:34.422Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:04:34.425Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:04:34.426Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:34.526Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:04:34.527Z||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.
2021-10-24T04:04:34.527Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:04:34.539Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:04:34.539Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:04:35.426Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:04:35.427Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:04:35.430Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:04:35.430Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:04:35.530Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:04:35.531Z||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.
2021-10-24T04:04:35.531Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:04:35.545Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:04:35.546Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:04:36.430Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:04:36.431Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:04:36.433Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:04:36.433Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:04:36.533Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:04:36.538Z||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.
2021-10-24T04:04:36.538Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:04:36.552Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:04:36.552Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:04:37.434Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"serviceName": "Demo_pNF_YFNR5nb8Vcty7Hhdwi6Z",
"serviceVersion": "1.0",
"serviceUUID": "26817641-f5f7-406b-868b-d4db94c1641a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "85504868-586a-4e8c-83ee-9bb59813e36b",
"resources": [
{
"resourceInstanceName": "pNF 899ccae2-0026 0",
"resourceCustomizationUUID": "fbbbb737-2732-471e-a108-110d121d98ea",
"resourceName": "pNF 899ccae2-0026",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "81bc6d3b-9457-43de-8fd5-0d5a77dd5de8",
"resourceInvariantUUID": "d4bca71c-8d6c-42a0-87e6-61452131f58a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"artifactChecksum": "MzE5ZmY3Y2Q5YzQyOWY5OTYyOTUwOTRiMDRhYmY5MTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "75ae93b9-28e9-468b-9052-534a91fbdb2a"
}
],
"workloadContext": "Production"
}
2021-10-24T04:04:37.434Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T04:04:37.435Z|14535c22-3e82-4066-9cf7-c181694885aa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 26817641-f5f7-406b-868b-d4db94c1641a ASDC
2021-10-24T04:04:37.435Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:81cd2f4a-7924-45e2-99e2-c36b0ecd5e33
ServiceName:Demo_pNF_YFNR5nb8Vcty7Hhdwi6Z
ServiceVersion:1.0
ServiceUUID:26817641-f5f7-406b-868b-d4db94c1641a
ServiceInvariantUUID:85504868-586a-4e8c-83ee-9bb59813e36b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
ArtifactUUID:75ae93b9-28e9-468b-9052-534a91fbdb2a
ArtifactChecksum:MzE5ZmY3Y2Q5YzQyOWY5OTYyOTUwOTRiMDRhYmY5MTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 899ccae2-0026 0
ResourceCustomizationUUID:fbbbb737-2732-471e-a108-110d121d98ea
ResourceInvariantUUID:d4bca71c-8d6c-42a0-87e6-61452131f58a
ResourceName:pNF 899ccae2-0026
ResourceType:PNF
ResourceUUID:81bc6d3b-9457-43de-8fd5-0d5a77dd5de8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-10-24T04:04:37.435Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26817641-f5f7-406b-868b-d4db94c1641a 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=?
2021-10-24T04:04:37.463Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T04:04:37.463Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-24T04:04:37.464Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-24T04:04:37.464Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 75ae93b9-28e9-468b-9052-534a91fbdb2a from URL: /sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:37.464Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-24T04:04:37.464Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:38.226Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-24T04:04:38.232Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar 75ae93b9-28e9-468b-9052-534a91fbdb2a 82537
2021-10-24T04:04:38.232Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar ASDC sendASDCNotification
2021-10-24T04:04:38.233Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:38.233Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T04:04:38.233Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:04:38.235Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:04:38.236Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048278232,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:04:38.336Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T04:04:38.336Z||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.
2021-10-24T04:04:38.336Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:04:38.353Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:04:38.354Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:04:39.236Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T04:04:39.237Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-24T04:04:39.237Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 75ae93b9-28e9-468b-9052-534a91fbdb2a, URL: /sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar to file: /app/ASDC/1/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:39.238Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:39.238Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:39.238Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:39.346Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4711837100303608301/Definitions/service-DemoPnfYfnr5nb8vcty7hhdwi6z-template.yml
2021-10-24T04:04:40.051Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T04:04:40.052Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-24T04:04:40.052Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:40.052Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-24T04:04:40.052Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 899ccae2-0026 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:40.052Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:40.052Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:40.052Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:40.052Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:40.052Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:40.052Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:40.052Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-24T04:04:40.052Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:04:40.053Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YFNR5nb8Vcty7Hhdwi6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:04:40.053Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Node template pNF 899ccae2-0026 0 is matching search criteria
2021-10-24T04:04:40.053Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-24T04:04:40.053Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 899ccae2-0026 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T04:04:40.053Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:04:40.053Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YFNR5nb8Vcty7Hhdwi6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:04:40.053Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Node template pNF 899ccae2-0026 0 is matching search criteria
2021-10-24T04:04:40.053Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-24T04:04:40.054Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 899ccae2-0026 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T04:04:40.054Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:04:40.054Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YFNR5nb8Vcty7Hhdwi6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:04:40.054Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:04:40.054Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YFNR5nb8Vcty7Hhdwi6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:04:40.054Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:04:40.054Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YFNR5nb8Vcty7Hhdwi6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:04:40.054Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:04:40.054Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YFNR5nb8Vcty7Hhdwi6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:04:40.054Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:04:40.055Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YFNR5nb8Vcty7Hhdwi6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:04:40.055Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_YFNR5nb8Vcty7Hhdwi6Z
Description:catalog service description
Model UUID:26817641-f5f7-406b-868b-d4db94c1641a
Model Version:NULL
Model InvariantUuid:85504868-586a-4e8c-83ee-9bb59813e36b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-24T04:04:40.061Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 81bc6d3b-9457-43de-8fd5-0d5a77dd5de8
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=?
2021-10-24T04:04:40.065Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||pNF 899ccae2-0026 0
2021-10-24T04:04:40.065Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 81bc6d3b-9457-43de-8fd5-0d5a77dd5de8
2021-10-24T04:04:40.066Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 26817641-f5f7-406b-868b-d4db94c1641a
2021-10-24T04:04:40.066Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 26817641-f5f7-406b-868b-d4db94c1641a
2021-10-24T04:04:40.066Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 899ccae2-0026 0 81bc6d3b-9457-43de-8fd5-0d5a77dd5de8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-24T04:04:40.071Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7238ad99, org.onap.sdc.toscaparser.api.parameters.Input@25e2e88e, org.onap.sdc.toscaparser.api.parameters.Input@52bd0c44, org.onap.sdc.toscaparser.api.parameters.Input@5b3e292f, org.onap.sdc.toscaparser.api.parameters.Input@6c5d13b4]
2021-10-24T04:04:40.071Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:04:40.071Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YFNR5nb8Vcty7Hhdwi6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:04:40.072Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 26817641-f5f7-406b-868b-d4db94c1641a: pNF 899ccae2-0026
2021-10-24T04:04:40.072Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||Processing PNF resource: 81bc6d3b-9457-43de-8fd5-0d5a77dd5de8
2021-10-24T04:04:40.072Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:04:40.072Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_YFNR5nb8Vcty7Hhdwi6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:04:40.072Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||Resource customization UUID: fbbbb737-2732-471e-a108-110d121d98ea is the same as notified resource customizationUUID: fbbbb737-2732-471e-a108-110d121d98ea
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-24T04:04:40.147Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 899ccae2-0026 81bc6d3b-9457-43de-8fd5-0d5a77dd5de8 0 ASDC deployResourceStructure
2021-10-24T04:04:40.148Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar ASDC sendASDCNotification
2021-10-24T04:04:40.148Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar
2021-10-24T04:04:40.148Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T04:04:40.148Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:04:40.150Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:04:40.150Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048280148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T04:04:40.251Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-24T04:04:40.252Z||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.
2021-10-24T04:04:40.252Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:04:40.265Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:04:40.266Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:04:41.151Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33
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=?
2021-10-24T04:04:41.163Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33
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=?
2021-10-24T04:04:41.166Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T04:04:41.166Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-24T04:04:41.166Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-24T04:04:41.166Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-24T04:04:41.167Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T04:04:41.167Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T04:04:41.167Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T04:04:41.167Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T04:04:41.167Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T04:04:41.167Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T04:04:41.167Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-24T04:04:41.167Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T04:04:41.173Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-24T04:05:11.173Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33 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=?
2021-10-24T04:05:11.179Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33 and serviceModelVersionId: 26817641-f5f7-406b-868b-d4db94c1641a
2021-10-24T04:05:11.179Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85504868-586a-4e8c-83ee-9bb59813e36b
2021-10-24T04:05:11.181Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85504868-586a-4e8c-83ee-9bb59813e36b/model-vers/model-ver/26817641-f5f7-406b-868b-d4db94c1641a?depth=0
2021-10-24T04:05:11.188Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-10-24T04:05:11.226Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85504868-586a-4e8c-83ee-9bb59813e36b/model-vers/model-ver/26817641-f5f7-406b-868b-d4db94c1641a?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]}
2021-10-24T04:05:11.227Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85504868-586a-4e8c-83ee-9bb59813e36b/model-vers/model-ver/26817641-f5f7-406b-868b-d4db94c1641a?depth=0|INFO|500||Invoke
2021-10-24T04:05:11.246Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85504868-586a-4e8c-83ee-9bb59813e36b/model-vers/model-ver/26817641-f5f7-406b-868b-d4db94c1641a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-24T04:05:11.391Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85504868-586a-4e8c-83ee-9bb59813e36b/model-vers/model-ver/26817641-f5f7-406b-868b-d4db94c1641a?depth=0|INFO|500||InvokeReturn
2021-10-24T04:05:11.391Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85504868-586a-4e8c-83ee-9bb59813e36b/model-vers/model-ver/26817641-f5f7-406b-868b-d4db94c1641a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211024-04:05:11:253-38035], vertex-id=[192624], Content-Length=[0], Date=[Sun, 24 Oct 2021 04:05:11 GMT], Content-Type=[application/json]}
2021-10-24T04:05:11.391Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-10-24T04:05:11.392Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-24T04:05:11.392Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-24T04:05:11.396Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-24T04:05:11.396Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81cd2f4a-7924-45e2-99e2-c36b0ecd5e33 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-24T04:05:11.396Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-24T04:05:11.396Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:05:11.398Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:05:11.398Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048311396,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T04:05:11.498Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:05:11.499Z||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.
2021-10-24T04:05:11.499Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:05:11.517Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:05:11.517Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 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=?
2021-10-24T04:05:28.766Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:05:28.767Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T04:05:28.767Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:05:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:05:28.768Z||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.
2021-10-24T04:05:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T04:05:28.891Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:05:28.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:05:28.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:05:28.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:05:38.313Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:06:28.766Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:06:28.767Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T04:06:28.767Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:06:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:06:28.768Z||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.
2021-10-24T04:06:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T04:06:29.295Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:06:29.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:06:29.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:06:29.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:06:29.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:06:29.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:06:29.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:06:29.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:06:29.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:06:29.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:06:29.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:06:29.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:06:29.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:06:29.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:06:29.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/resourceInstances/pnf899ccae200260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:06:29.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:06:29.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:06:29.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:06:29.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:06:29.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:06:29.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048268766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:06:29.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:06:29.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:06:29.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048278232,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:06:29.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:06:29.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:06:29.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048280148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYfnr5nb8vcty7hhdwi6z/1.0/artifacts/service-DemoPnfYfnr5nb8vcty7hhdwi6z-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T04:06:29.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:06:29.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:06:29.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81cd2f4a-7924-45e2-99e2-c36b0ecd5e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048311396,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T04:06:29.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:06:38.312Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:07:28.766Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:07:28.767Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T04:07:28.767Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:07:28.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T04:07:28.768Z||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.
2021-10-24T04:07:28.768Z||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 t2PYVfp4C3ggTjRm) ...
2021-10-24T04:07:28.897Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:07:28.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "cds",
"timestamp": 1635048411946,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "clamp",
"timestamp": 1635048409703,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "cds",
"timestamp": 1635048411946,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "clamp",
"timestamp": 1635048409703,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "cds",
"timestamp": 1635048411946,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "clamp",
"timestamp": 1635048409703,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "aai-ml",
"timestamp": 1635048419440,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "cds",
"timestamp": 1635048411946,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "clamp",
"timestamp": 1635048409703,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "aai-ml",
"timestamp": 1635048419440,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "cds",
"timestamp": 1635048411946,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "clamp",
"timestamp": 1635048409703,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "aai-ml",
"timestamp": 1635048419440,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "cds",
"timestamp": 1635048411946,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "clamp",
"timestamp": 1635048409703,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "aai-ml",
"timestamp": 1635048419440,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "cds",
"timestamp": 1635048411946,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "clamp",
"timestamp": 1635048409703,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "aai-ml",
"timestamp": 1635048419440,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "cds",
"timestamp": 1635048411946,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "clamp",
"timestamp": 1635048409703,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "aai-ml",
"timestamp": 1635048419440,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "cds",
"timestamp": 1635048426017,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:29.005Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "aai-ml",
"timestamp": 1635048419440,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "cds",
"timestamp": 1635048427021,
"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 (?, ?, ?, ?, ?)
2021-10-24T04:07:29.019Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 45182e34-686f-424e-ae23-1351351f2981
2021-10-24T04:07:29.019Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45182e34-686f-424e-ae23-1351351f2981 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 (?, ?, ?, ?, ?)
2021-10-24T04:07:29.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "aai-ml",
"timestamp": 1635048419440,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048427330,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "aai-ml",
"timestamp": 1635048428277,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:29.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "cds",
"timestamp": 1635048428023,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048427330,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "cds",
"timestamp": 1635048428023,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048427330,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "cds",
"timestamp": 1635048428023,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "clamp",
"timestamp": 1635048430776,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048427330,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "cds",
"timestamp": 1635048428023,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "clamp",
"timestamp": 1635048431779,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048427330,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "dcae-sch",
"timestamp": 1635048432153,
"artifactURL": "/sdc/v1/catalog/services/4156c2cf-7c93-4051-957b-ffb36278efe1/resourceInstances/basicclamp0/artifacts/09484d09-c9de-4acf-972b-bc660c4efaf3",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "cds",
"timestamp": 1635048428023,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048427330,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "dcae-sch",
"timestamp": 1635048433487,
"artifactURL": "/sdc/v1/catalog/services/4156c2cf-7c93-4051-957b-ffb36278efe1/resourceInstances/basicclamp0/artifacts/09484d09-c9de-4acf-972b-bc660c4efaf3",
"status": "DEPLOY_OK"
}
2021-10-24T04:07:29.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "cds",
"timestamp": 1635048428023,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048427330,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048434470,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:29.036Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "dcae-sch",
"timestamp": 1635048434491,
"artifactURL": "/sdc/v1/catalog/services/4156c2cf-7c93-4051-957b-ffb36278efe1/resourceInstances/basicclamp0/artifacts/09484d09-c9de-4acf-972b-bc660c4efaf3",
"status": "COMPONENT_DONE_OK",
"componentName": "service-change-handler"
}
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=?
2021-10-24T04:07:29.041Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 45182e34-686f-424e-ae23-1351351f2981
2021-10-24T04:07:29.041Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45182e34-686f-424e-ae23-1351351f2981 and ComponentName service-change-handler
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 (?, ?, ?, ?, ?)
2021-10-24T04:07:29.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "cds",
"timestamp": 1635048428023,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048427330,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "policy-id",
"timestamp": 1635048435493,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "cds",
"timestamp": 1635048428023,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "policy-id",
"timestamp": 1635048436497,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048436643,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048436864,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "aai-ml",
"timestamp": 1635048437269,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T04:07:29.052Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "policy-id",
"timestamp": 1635048437502,
"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=?
2021-10-24T04:07:29.056Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45182e34-686f-424e-ae23-1351351f2981
2021-10-24T04:07:29.056Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45182e34-686f-424e-ae23-1351351f2981 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 (?, ?, ?, ?, ?)
2021-10-24T04:07:29.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048437646,
"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=?
2021-10-24T04:07:29.069Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45182e34-686f-424e-ae23-1351351f2981
2021-10-24T04:07:29.069Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45182e34-686f-424e-ae23-1351351f2981 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 (?, ?, ?, ?, ?)
2021-10-24T04:07:29.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "cds",
"timestamp": 1635048438169,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:29.077Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "aai-ml",
"timestamp": 1635048438273,
"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=?
2021-10-24T04:07:29.082Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 45182e34-686f-424e-ae23-1351351f2981
2021-10-24T04:07:29.082Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45182e34-686f-424e-ae23-1351351f2981 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 (?, ?, ?, ?, ?)
2021-10-24T04:07:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048438562,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:29.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048439825,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:29.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "cds",
"timestamp": 1635048440211,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-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 (?, ?, ?, ?, ?)
2021-10-24T04:07:29.108Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8edb474d-009e-4e2b-a1ee-701d30b11948
2021-10-24T04:07:29.108Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8edb474d-009e-4e2b-a1ee-701d30b11948 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 (?, ?, ?, ?, ?)
2021-10-24T04:07:29.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048440845,
"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=?
2021-10-24T04:07:29.124Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45182e34-686f-424e-ae23-1351351f2981
2021-10-24T04:07:29.124Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45182e34-686f-424e-ae23-1351351f2981 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=?
2021-10-24T04:07:29.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048441848,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "dcae-sch",
"timestamp": 1635048422796,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048427330,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "ves-openapi-manager",
"timestamp": 1635048427489,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "clamp",
"timestamp": 1635048443295,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048427330,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "clamp",
"timestamp": 1635048444298,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048427330,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "clamp",
"timestamp": 1635048445308,
"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=?
2021-10-24T04:07:29.141Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 45182e34-686f-424e-ae23-1351351f2981
2021-10-24T04:07:29.141Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45182e34-686f-424e-ae23-1351351f2981 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 (?, ?, ?, ?, ?)
2021-10-24T04:07:29.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "policy-id",
"timestamp": 1635048426585,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048425479,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048427330,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "policy-id",
"timestamp": 1635048446586,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:29.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635048446736,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:29.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048427330,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "clamp",
"timestamp": 1635048446311,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "policy-id",
"timestamp": 1635048447591,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-24T04:07:29.155Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T04:07:29.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635048427330,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "clamp",
"timestamp": 1635048446311,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-10-24T04:07:29.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-24T04:07:29.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8edb474d-009e-4e2b-a1ee-701d30b11948",
"consumerID": "policy-id",
"timestamp": 1635048448593,
"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=?
2021-10-24T04:07:29.162Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8edb474d-009e-4e2b-a1ee-701d30b11948
2021-10-24T04:07:29.162Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8edb474d-009e-4e2b-a1ee-701d30b11948 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 (?, ?, ?, ?, ?)
2021-10-24T04:07:29.399Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:07:29.400Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T04:07:29.400Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"45182e34-686f-424e-ae23-1351351f2981","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"4156c2cf-7c93-4051-957b-ffb36278efe1","serviceDescription":"service","serviceInvariantUUID":"7acf3b3c-11dc-485f-822a-6b74f811f7e0","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"876dc322-c12e-49fb-8c53-04e9c7d1479e","resourceInvariantUUID":"4b506184-89ac-41c8-839a-1ef41744cf9c","resourceCustomizationUUID":"08b46e19-b553-4d62-ae3a-b8b64bb1a749","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":"09484d09-c9de-4acf-972b-bc660c4efaf3","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":"ODQyMjM1NmE0MDM1YTZiMzBhNjViNDg3MjdlZjdmZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba4849d6-ee81-49d1-8657-e3e1ab0b7df3","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":"NTI5NTRkOTc4ODAyMTE4M2ViNGIyZGEzNjE3Yzg3YTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"51c219fb-cba4-4715-98ac-96ad37bced34","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":"45cbda65-59ed-45ed-811b-dadd65445974","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":"da1bf7cd-be26-4da6-beac-b8ee262ac47a","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":"7022f893-4518-42f9-98b2-eb16658abb92","artifactVersion":"2","generatedFromUUID":"45cbda65-59ed-45ed-811b-dadd65445974"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MmM0NTQyMGYxMzRlNWJiNzllM2RjOTJmOGMyMDcwZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"395aa56c-7a30-4ef5-9a00-012f88123142","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"N2IwMDVjN2I2NDJhZmMwNzQyNzgzNzQ5OTRjNTE4ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"997bfb94-0491-426b-997e-2fdeb5b29806","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T04:07:29.402Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:07:29.402Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:07:29.404Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:07:29.404Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048448766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:29.504Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:07:29.505Z||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.
2021-10-24T04:07:29.505Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:07:29.520Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:07:29.521Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:07:30.405Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:07:30.406Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:07:30.408Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:07:30.408Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048448766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:30.508Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:07:30.509Z||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.
2021-10-24T04:07:30.509Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:07:30.522Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:07:30.522Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:07:31.409Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:07:31.410Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:07:31.411Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:07:31.412Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048448766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-10-24T04:07:31.512Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:07:31.512Z||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.
2021-10-24T04:07:31.513Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:07:31.527Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:07:31.528Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:07:32.412Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:07:32.413Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:07:32.415Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:07:32.415Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048448766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-24T04:07:32.515Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:07:32.516Z||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.
2021-10-24T04:07:32.516Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:07:32.530Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:07:32.531Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:07:33.416Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:07:33.416Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:07:33.418Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:07:33.418Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048448766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:33.518Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:07:33.519Z||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.
2021-10-24T04:07:33.519Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:07:33.532Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:07:33.532Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:07:34.418Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:07:34.419Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:07:34.421Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:07:34.421Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048448766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-24T04:07:34.521Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:07:34.522Z||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.
2021-10-24T04:07:34.522Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:07:34.538Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:07:34.539Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:07:35.421Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:07:35.423Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:07:35.424Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:07:35.424Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048448766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-24T04:07:35.525Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:07:35.525Z||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.
2021-10-24T04:07:35.525Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:07:35.538Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:07:35.539Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:07:36.425Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T04:07:36.426Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:07:36.428Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:07:36.428Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048448766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-24T04:07:36.529Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-24T04:07:36.529Z||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.
2021-10-24T04:07:36.529Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:07:36.542Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:07:36.542Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:07:37.430Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "4156c2cf-7c93-4051-957b-ffb36278efe1",
"serviceDescription": "service",
"serviceInvariantUUID": "7acf3b3c-11dc-485f-822a-6b74f811f7e0",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "08b46e19-b553-4d62-ae3a-b8b64bb1a749",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "876dc322-c12e-49fb-8c53-04e9c7d1479e",
"resourceInvariantUUID": "4b506184-89ac-41c8-839a-1ef41744cf9c",
"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": "NTI5NTRkOTc4ODAyMTE4M2ViNGIyZGEzNjE3Yzg3YTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "51c219fb-cba4-4715-98ac-96ad37bced34",
"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": "45cbda65-59ed-45ed-811b-dadd65445974",
"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": "7022f893-4518-42f9-98b2-eb16658abb92",
"generatedFromUUID": "45cbda65-59ed-45ed-811b-dadd65445974"
},
"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": "7022f893-4518-42f9-98b2-eb16658abb92",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "N2IwMDVjN2I2NDJhZmMwNzQyNzgzNzQ5OTRjNTE4ZTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "997bfb94-0491-426b-997e-2fdeb5b29806"
}
],
"workloadContext": "Production"
}
2021-10-24T04:07:37.430Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T04:07:37.430Z|81cd2f4a-7924-45e2-99e2-c36b0ecd5e33|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4156c2cf-7c93-4051-957b-ffb36278efe1 ASDC
2021-10-24T04:07:37.431Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:45182e34-686f-424e-ae23-1351351f2981
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:4156c2cf-7c93-4051-957b-ffb36278efe1
ServiceInvariantUUID:7acf3b3c-11dc-485f-822a-6b74f811f7e0
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:997bfb94-0491-426b-997e-2fdeb5b29806
ArtifactChecksum:N2IwMDVjN2I2NDJhZmMwNzQyNzgzNzQ5OTRjNTE4ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:08b46e19-b553-4d62-ae3a-b8b64bb1a749
ResourceInvariantUUID:4b506184-89ac-41c8-839a-1ef41744cf9c
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:876dc322-c12e-49fb-8c53-04e9c7d1479e
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:51c219fb-cba4-4715-98ac-96ad37bced34
ArtifactChecksum:NTI5NTRkOTc4ODAyMTE4M2ViNGIyZGEzNjE3Yzg3YTY=
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:45cbda65-59ed-45ed-811b-dadd65445974
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:7022f893-4518-42f9-98b2-eb16658abb92
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:7022f893-4518-42f9-98b2-eb16658abb92
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-24T04:07:37.431Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4156c2cf-7c93-4051-957b-ffb36278efe1 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=?
2021-10-24T04:07:37.466Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T04:07:37.467Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-24T04:07:37.467Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-24T04:07:37.467Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 997bfb94-0491-426b-997e-2fdeb5b29806 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-24T04:07:37.467Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-24T04:07:37.467Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-24T04:07:38.291Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-24T04:07:38.298Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 997bfb94-0491-426b-997e-2fdeb5b29806 73469
2021-10-24T04:07:38.298Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-24T04:07:38.299Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-24T04:07:38.299Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T04:07:38.299Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:07:38.301Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:07:38.301Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048458298,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:38.402Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-24T04:07:38.402Z||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.
2021-10-24T04:07:38.403Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:07:38.416Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:07:38.416Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:07:39.302Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T04:07:39.303Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-24T04:07:39.303Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 997bfb94-0491-426b-997e-2fdeb5b29806, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T04:07:39.304Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-24T04:07:39.304Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T04:07:39.304Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T04:07:39.392Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10580613124448319840/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
2021-10-24T04:07:40.380Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T04:07:40.381Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-24T04:07:40.390Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T04:07:40.390Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-24T04:07:40.390Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||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
2021-10-24T04:07:40.390Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||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
2021-10-24T04:07:40.390Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T04:07:40.390Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||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
2021-10-24T04:07:40.391Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T04:07:40.391Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||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
2021-10-24T04:07:40.391Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||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
2021-10-24T04:07:40.391Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T04:07:40.391Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T04:07:40.391Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-24T04:07:40.391Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:07:40.391Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:07:40.391Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-24T04:07:40.391Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-24T04:07:40.391Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T04:07:40.391Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:07:40.391Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:07:40.392Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-24T04:07:40.392Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-24T04:07:40.392Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T04:07:40.392Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:07:40.392Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:07:40.392Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:07:40.392Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-24T04:07:40.392Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-24T04:07:40.392Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-24T04:07:40.392Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-24T04:07:40.392Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-24T04:07:40.392Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-24T04:07:40.393Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:07:40.393Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T04:07:40.393Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:07:40.393Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-24T04:07:40.393Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T04:07:40.393Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:07:40.393Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-24T04:07:40.393Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T04:07:40.393Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:07:40.393Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-24T04:07:40.393Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T04:07:40.394Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:07:40.394Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-24T04:07:40.394Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-24T04:07:40.394Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-24T04:07:40.394Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=db361c59-3ac2-4bb9-a186-1fdab98d92ce
2021-10-24T04:07:40.394Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:07:40.394Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:07:40.394Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:07:40.394Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:07:40.394Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:07:40.394Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:07:40.394Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-24T04:07:40.395Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T04:07:40.395Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:4156c2cf-7c93-4051-957b-ffb36278efe1
Model Version:NULL
Model InvariantUuid:7acf3b3c-11dc-485f-822a-6b74f811f7e0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:9ce94743-2909-42fb-af2f-391bcc953a71
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4b506184-89ac-41c8-839a-1ef41744cf9c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:08b46e19-b553-4d62-ae3a-b8b64bb1a749
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5726dd7d-a644-446d-8893-e5aa286460a6
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:137ce098-8785-4a08-8907-a7a80ec9ff6e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:db361c59-3ac2-4bb9-a186-1fdab98d92ce
ModelInvariantUuid:8bd30483-b1d0-4c7f-828a-4eb1b2c8eb09
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:4e18e49e-0c1f-4412-b6a3-0ccac132fcfe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:81ed855a-b0b0-4afc-8fa6-32d456d143f5
ModelInvariantUuid:4259e154-dc87-4e1b-8826-1c40ffce9abb
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:8cf03d5f-a486-4625-9f9b-a4b6bb52a72e
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=?
2021-10-24T04:07:40.401Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 876dc322-c12e-49fb-8c53-04e9c7d1479e
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=?
2021-10-24T04:07:40.403Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||basicclamp 0
2021-10-24T04:07:40.403Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 876dc322-c12e-49fb-8c53-04e9c7d1479e
2021-10-24T04:07:40.403Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 51c219fb-cba4-4715-98ac-96ad37bced34 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-24T04:07:40.403Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-24T04:07:40.404Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-24T04:07:40.732Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-24T04:07:40.733Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 51c219fb-cba4-4715-98ac-96ad37bced34 790
2021-10-24T04:07:40.733Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-24T04:07:40.733Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-24T04:07:40.733Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T04:07:40.734Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:07:40.736Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:07:40.736Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048460733,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:40.836Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:07:40.837Z||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.
2021-10-24T04:07:40.837Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:07:40.851Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:07:40.852Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:07:41.737Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5726dd7d-a644-446d-8893-e5aa286460a6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "137ce098-8785-4a08-8907-a7a80ec9ff6e",
"vfModuleModelCustomizationUUID": "1fb96c18-b143-4f10-a6b1-15fec5fb9210",
"isBase": true,
"artifacts": [
"45cbda65-59ed-45ed-811b-dadd65445974",
"7022f893-4518-42f9-98b2-eb16658abb92"
],
"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": ""
}
}
]
2021-10-24T04:07:41.741Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:137ce098-8785-4a08-8907-a7a80ec9ff6e
VfModuleModelInvariantUUID:5726dd7d-a644-446d-8893-e5aa286460a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
45cbda65-59ed-45ed-811b-dadd65445974
,
7022f893-4518-42f9-98b2-eb16658abb92
}
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
}
2021-10-24T04:07:41.743Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5726dd7d-a644-446d-8893-e5aa286460a6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "137ce098-8785-4a08-8907-a7a80ec9ff6e",
"vfModuleModelCustomizationUUID": "1fb96c18-b143-4f10-a6b1-15fec5fb9210",
"isBase": true,
"artifacts": [
"45cbda65-59ed-45ed-811b-dadd65445974",
"7022f893-4518-42f9-98b2-eb16658abb92"
],
"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": ""
}
}
]
2021-10-24T04:07:41.744Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:137ce098-8785-4a08-8907-a7a80ec9ff6e
VfModuleModelInvariantUUID:5726dd7d-a644-446d-8893-e5aa286460a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
45cbda65-59ed-45ed-811b-dadd65445974
,
7022f893-4518-42f9-98b2-eb16658abb92
}
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
}
2021-10-24T04:07:41.744Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 45cbda65-59ed-45ed-811b-dadd65445974 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-24T04:07:41.744Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-24T04:07:41.744Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-24T04:07:41.830Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-24T04:07:41.831Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 45cbda65-59ed-45ed-811b-dadd65445974 5033
2021-10-24T04:07:41.831Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-24T04:07:41.831Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-24T04:07:41.831Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T04:07:41.832Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:07:41.834Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:07:41.834Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048461831,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:41.934Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T04:07:41.935Z||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.
2021-10-24T04:07:41.935Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:07:41.950Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:07:41.951Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T04:07:42.835Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7022f893-4518-42f9-98b2-eb16658abb92 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-24T04:07:42.836Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-24T04:07:42.836Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-24T04:07:42.998Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-24T04:07:42.999Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 7022f893-4518-42f9-98b2-eb16658abb92 909
2021-10-24T04:07:42.999Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-24T04:07:42.999Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-24T04:07:42.999Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T04:07:43.000Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-24T04:07:43.002Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T04:07:43.002Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "45182e34-686f-424e-ae23-1351351f2981",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635048462999,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-24T04:07:43.102Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T04:07:43.103Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T04:07:43.103Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t2PYVfp4C3ggTjRm) ...
2021-10-24T04:07:43.116Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-24T04:07:43.116Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-24T04:07:44.003Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4156c2cf-7c93-4051-957b-ffb36278efe1
2021-10-24T04:07:44.004Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 876dc322-c12e-49fb-8c53-04e9c7d1479e 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=?
2021-10-24T04:07:44.019Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d423acb, org.onap.sdc.toscaparser.api.parameters.Input@743ef305, org.onap.sdc.toscaparser.api.parameters.Input@7d203a73, org.onap.sdc.toscaparser.api.parameters.Input@6bdba7c, org.onap.sdc.toscaparser.api.parameters.Input@4a654c02]
2021-10-24T04:07:44.020Z|45182e34-686f-424e-ae23-1351351f2981|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery