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-09-25T06:41:05.129Z||main|||||INFO|500||The following profiles are active: basic
2021-09-25T06:41:20.993Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-25T06:41:20.995Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-25T06:41:21.133Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-25T06:41:26.527Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-25T06:41:28.483Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-25T06:41:29.263Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-25T06:41:29.277Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-25T06:41:29.407Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-25T06:41:29.773Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-25T06:41:30.574Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-25T06:41:36.848Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-25T06:41:39.252Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-25T06:41:39.320Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-25T06:41:40.020Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-25T06:41:40.186Z||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-09-25T06:41:41.372Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-25T06:41:42.449Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-25T06:41:42.471Z||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$$a1a3d335.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-09-25T06:41:42.473Z||main|||||WARN|500||The sdc end point is not alive
2021-09-25T06:41:46.052Z||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-09-25T06:41:49.035Z||main|||||WARN|500||---
2021-09-25T06:41:49.036Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-25T06:41:49.036Z||main|||||WARN|500||---
2021-09-25T06:41:49.524Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-25T06:41:54.974Z||main|||||INFO|500||Started Application in 53.763 seconds (JVM running for 60.502)
2021-09-25T06:41:55.006Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T06:41:55.015Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T06:41:55.040Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T06:41:55.075Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T06:41:55.124Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0dfb9233-8c85-47b4-b171-1af3dbd9767e url= /sdc/v1/artifactTypes
2021-09-25T06:41:55.125Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T06:41:55.432Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-25T06:41:55.455Z||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-09-25T06:41:55.480Z||scheduling-1|||||DEBUG|500||create keys
2021-09-25T06:41:55.490Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-25T06:41:55.537Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:41:55.557Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 08cf69c0-99d7-46c4-881f-65e74ad8f3df url= /sdc/v1/registerForDistribution
2021-09-25T06:41:55.903Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 08cf69c0-99d7-46c4-881f-65e74ad8f3df url= /sdc/v1/registerForDistribution
2021-09-25T06:41:55.904Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-25T06:41:55.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:41:55.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:41:55.925Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-25T06:41:55.927Z||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-09-25T06:41:55.927Z||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-09-25T06:41:55.927Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:41:55.927Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:42:06.264Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:42:06.265Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:42:55.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:42:55.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:42:55.918Z||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-09-25T06:42:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:42:55.923Z||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-09-25T06:42:55.924Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:43:05.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:43:05.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:43:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:43:55.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:43:55.919Z||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-09-25T06:43:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:43:55.919Z||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-09-25T06:43:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:44:05.476Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:44:05.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:44:55.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:44:55.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:44:55.980Z||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-09-25T06:44:55.980Z||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-09-25T06:44:55.981Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:44:55.981Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:45:05.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:45:05.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:45:55.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:45:55.914Z||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-09-25T06:45:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:45:55.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:45:55.917Z||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-09-25T06:45:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:46:05.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:46:05.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:46:55.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:46:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:46:55.916Z||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-09-25T06:46:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:46:55.916Z||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-09-25T06:46:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:47:05.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:47:05.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:47:55.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:47:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:47:55.920Z||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-09-25T06:47:55.921Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:47:55.919Z||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-09-25T06:47:55.924Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:48:05.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:48:05.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:48:55.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:48:55.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:48:55.919Z||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-09-25T06:48:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:48:55.919Z||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-09-25T06:48:55.920Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:49:05.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:49:05.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:49:55.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:49:55.915Z||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-09-25T06:49:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:49:55.916Z||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-09-25T06:49:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:49:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:50:05.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:50:05.473Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:50:55.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:50:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:50:55.916Z||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-09-25T06:50:55.916Z||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-09-25T06:50:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:50:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:51:05.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:51:05.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:51:31.442Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-25T06:51:55.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:51:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:51:55.916Z||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-09-25T06:51:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:51:55.917Z||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-09-25T06:51:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:52:05.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:52:05.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:52:55.913Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:52:55.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:52:55.916Z||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-09-25T06:52:55.916Z||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-09-25T06:52:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:52:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:53:05.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:53:05.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:53:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:53:55.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:53:55.919Z||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-09-25T06:53:55.919Z||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-09-25T06:53:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:53:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:54:05.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:54:05.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:54:55.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:54:55.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:54:55.918Z||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-09-25T06:54:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:54:55.918Z||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-09-25T06:54:55.924Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:55:05.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:55:05.519Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:55:55.913Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:55:55.916Z||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-09-25T06:55:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:55:55.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:55:55.919Z||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-09-25T06:55:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:56:05.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:56:05.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:56:55.913Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:56:55.915Z||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-09-25T06:56:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:56:55.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:56:55.916Z||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-09-25T06:56:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:57:05.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:57:05.470Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:57:55.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:57:55.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:57:55.916Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T06:57:55.917Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T06:57:55.917Z||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-09-25T06:57:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:58:05.468Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:58:05.469Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:58:55.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:58:55.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:58:55.916Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T06:58:55.916Z||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-09-25T06:58:55.917Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T06:58:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:59:05.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:59:05.471Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T06:59:55.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:59:55.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:59:55.920Z||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-09-25T06:59:55.920Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T06:59:55.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T06:59:55.922Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:00:05.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:00:05.494Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:00:55.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:00:55.914Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T07:00:55.915Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:00:55.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:00:55.916Z||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-09-25T07:00:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:01:05.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:01:05.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:01:55.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:01:55.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:01:55.915Z||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-09-25T07:01:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:01:55.916Z||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-09-25T07:01:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:02:05.470Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:02:05.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:02:55.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:02:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:02:55.916Z||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-09-25T07:02:55.916Z||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-09-25T07:02:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:02:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:03:05.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:03:05.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:03:55.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:03:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:03:55.917Z||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-09-25T07:03:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:03:55.917Z||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-09-25T07:03:55.921Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:04:05.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:04:05.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:04:55.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:04:55.915Z||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-09-25T07:04:55.915Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:04:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:04:55.916Z||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-09-25T07:04:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:05:05.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:05:05.471Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:05:55.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:05:55.916Z||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-09-25T07:05:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:05:55.918Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:05:55.923Z||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-09-25T07:05:55.923Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:06:05.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:06:05.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:06:55.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:06:55.915Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:06:55.916Z||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-09-25T07:06:55.916Z||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-09-25T07:06:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:06:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:07:05.470Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:07:05.470Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:07:55.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:07:55.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:07:55.918Z||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-09-25T07:07:55.918Z||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-09-25T07:07:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:07:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:08:05.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:08:05.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:08:55.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:08:55.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:08:55.918Z||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-09-25T07:08:55.918Z||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-09-25T07:08:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:08:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:09:05.468Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:09:05.470Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:09:55.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:09:55.915Z||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-09-25T07:09:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:09:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:09:55.916Z||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-09-25T07:09:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:10:05.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:10:05.472Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:10:55.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:10:55.915Z||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-09-25T07:10:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:10:55.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:10:55.916Z||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-09-25T07:10:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:11:05.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:11:05.485Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:11:55.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:11:55.915Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:11:55.916Z||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-09-25T07:11:55.916Z||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-09-25T07:11:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:11:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:12:05.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:12:05.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:12:55.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:12:55.916Z||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-09-25T07:12:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:12:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:12:55.917Z||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-09-25T07:12:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:13:05.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:13:05.472Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:13:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:13:55.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:13:55.919Z||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-09-25T07:13:55.919Z||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-09-25T07:13:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:13:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:14:05.472Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:14:05.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:14:55.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:14:55.914Z||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-09-25T07:14:55.914Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:14:55.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:14:55.917Z||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-09-25T07:14:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:15:05.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:15:05.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:15:55.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:15:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:15:55.916Z||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-09-25T07:15:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:15:55.916Z||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-09-25T07:15:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:16:05.515Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:16:05.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:16:55.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:16:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:16:55.916Z||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-09-25T07:16:55.916Z||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-09-25T07:16:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:16:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:17:05.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:17:05.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:17:55.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:17:55.918Z||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-09-25T07:17:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:17:55.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:17:55.921Z||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-09-25T07:17:55.921Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:18:05.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:18:05.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:18:55.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:18:55.915Z||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-09-25T07:18:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:18:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:18:55.916Z||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-09-25T07:18:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:19:05.510Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:19:05.524Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:19:55.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:19:55.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:19:55.916Z||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-09-25T07:19:55.916Z||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-09-25T07:19:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:19:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:20:05.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:20:05.505Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:20:55.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:20:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:20:55.918Z||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-09-25T07:20:55.918Z||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-09-25T07:20:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:20:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:21:05.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:21:05.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:21:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:21:55.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:21:55.919Z||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-09-25T07:21:55.920Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:21:55.919Z||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-09-25T07:21:55.920Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:22:05.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:22:05.495Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:22:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:22:55.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:22:55.919Z||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-09-25T07:22:55.919Z||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-09-25T07:22:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:22:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:23:05.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:23:05.508Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:23:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:23:55.915Z||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-09-25T07:23:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:23:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:23:55.916Z||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-09-25T07:23:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:24:05.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:24:05.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:24:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:24:55.915Z||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-09-25T07:24:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:24:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:24:55.918Z||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-09-25T07:24:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:25:05.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:25:05.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:25:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:25:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:25:55.916Z||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-09-25T07:25:55.916Z||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-09-25T07:25:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:25:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:26:05.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:26:05.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:26:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:26:55.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:26:55.917Z||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-09-25T07:26:55.917Z||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-09-25T07:26:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:26:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:27:05.472Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:27:05.476Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:27:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:27:55.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:27:55.918Z||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-09-25T07:27:55.918Z||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-09-25T07:27:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:27:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:28:05.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:28:05.474Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:28:55.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:28:55.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:28:55.918Z||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-09-25T07:28:55.918Z||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-09-25T07:28:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:28:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:29:05.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:29:05.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:29:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:29:55.915Z||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-09-25T07:29:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:29:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:29:55.916Z||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-09-25T07:29:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:30:05.470Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:30:05.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:30:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:30:55.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:30:55.917Z||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-09-25T07:30:55.917Z||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-09-25T07:30:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:30:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:31:05.473Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:31:05.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:31:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:31:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:31:55.917Z||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-09-25T07:31:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:31:55.917Z||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-09-25T07:31:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:32:05.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:32:05.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:32:55.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:32:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:32:55.918Z||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-09-25T07:32:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:32:55.923Z||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-09-25T07:32:55.924Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:33:05.473Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:33:05.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:33:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:33:55.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:33:55.918Z||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-09-25T07:33:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:33:55.918Z||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-09-25T07:33:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:34:05.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:34:05.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:34:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:34:55.915Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:34:55.917Z||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-09-25T07:34:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:34:55.917Z||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-09-25T07:34:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:35:05.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:35:05.519Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:35:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:35:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:35:55.916Z||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-09-25T07:35:55.916Z||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-09-25T07:35:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:35:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:36:05.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:36:05.468Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:36:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:36:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:36:55.916Z||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-09-25T07:36:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:36:55.916Z||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-09-25T07:36:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:37:05.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:37:05.474Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:37:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:37:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:37:55.919Z||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-09-25T07:37:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:37:55.921Z||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-09-25T07:37:55.921Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:38:05.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:38:05.521Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:38:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:38:55.915Z||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-09-25T07:38:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:38:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:38:55.916Z||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-09-25T07:38:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:39:05.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:39:05.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:39:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:39:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:39:55.915Z||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-09-25T07:39:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:39:55.916Z||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-09-25T07:39:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:40:05.458Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:40:05.462Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:40:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:40:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:40:55.916Z||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-09-25T07:40:55.916Z||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-09-25T07:40:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:40:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:41:05.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:41:05.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:41:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:41:55.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:41:55.917Z||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-09-25T07:41:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:41:55.917Z||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-09-25T07:41:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:42:05.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:42:05.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:42:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:42:55.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:42:55.917Z||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-09-25T07:42:55.917Z||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-09-25T07:42:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:42:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:42:56.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:42:56.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:42:56.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a813db87-00d6-4f24-b77a-e752f5e93f10","serviceName":"vFW 2021-09-25 07-39-41","serviceVersion":"1.0","serviceUUID":"0d462d7d-2fa6-488f-872d-0052cced97e1","serviceDescription":"catalog service description","serviceInvariantUUID":"6fba8cde-330f-4628-a2bc-d0c0df975154","resources":[{"resourceInstanceName":"vFW 42e9517d-4b14 0","resourceName":"vFW 42e9517d-4b14","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f7269688-178b-4e65-b035-8cd893d86b57","resourceInvariantUUID":"2f69697b-b990-4c28-b61d-581b29461aa6","resourceCustomizationUUID":"296319b7-a386-41e2-bcd7-fcab5bffe5e2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml","artifactChecksum":"MGE4MGY4YmM0NjI1N2RiZWFhYmU4NzNiOGY1YTJmY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d1552c1e-a6fa-4197-9958-9c2373b5a816","artifactVersion":"1"},{"artifactName":"vfw42e9517d4b140_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json","artifactChecksum":"Mjg0ZTIwOTA1NjE4MWM0ZGJiOThmZWM1MzM2Zjk5YjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"95a01e94-5e91-4c9d-be47-72ea92771317","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d8d2eeb4-8e22-4ad0-8172-282edf454cad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml","artifactChecksum":"NzA5ZmFiMmI5MGJjM2JmZTg1MmRhMDg4ZDcyMjgzMjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7040b570-e575-402c-bb0f-19b4319f2304","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1","artifactVersion":"2","generatedFromUUID":"d8d2eeb4-8e22-4ad0-8172-282edf454cad"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210925073941-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml","artifactChecksum":"YTI4NDlhZDk1YzFmZTk4M2E4MjEzNDg5MjRhNjY3NTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a462172-a99c-47d5-89e5-b5d0bb3a2288","artifactVersion":"1"},{"artifactName":"service-Vfw20210925073941-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar","artifactChecksum":"NzczNDFkOGE0ZDljMGFlN2RkYTY5NDA0NzUyNGExMjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32570485-fc7c-4756-97a6-4b9b56705bdc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T07:42:56.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "ves-openapi-manager",
"timestamp": 1632555725125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.572Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:42:56.582Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:42:56.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632555727520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "aai-ml",
"timestamp": 1632555725223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "clamp",
"timestamp": 1632555728469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "cds",
"timestamp": 1632555734845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632555727520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "NOTIFIED"
}
2021-09-25T07:42:56.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "aai-ml",
"timestamp": 1632555725223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "ves-openapi-manager",
"timestamp": 1632555725125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "clamp",
"timestamp": 1632555728469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "NOTIFIED"
}
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632555727520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-25T07:42:56.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "cds",
"timestamp": 1632555734845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "aai-ml",
"timestamp": 1632555725223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "ves-openapi-manager",
"timestamp": 1632555725125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "clamp",
"timestamp": 1632555728469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632555727520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "aai-ml",
"timestamp": 1632555725223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "cds",
"timestamp": 1632555734845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "ves-openapi-manager",
"timestamp": 1632555725125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "clamp",
"timestamp": 1632555728469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "dcae-sch",
"timestamp": 1632555737818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632555727520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-25T07:42:56.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "aai-ml",
"timestamp": 1632555725223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "ves-openapi-manager",
"timestamp": 1632555725125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "cds",
"timestamp": 1632555734845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "clamp",
"timestamp": 1632555728469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "dcae-sch",
"timestamp": 1632555737818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632555727520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "cds",
"timestamp": 1632555734845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "clamp",
"timestamp": 1632555728469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "aai-ml",
"timestamp": 1632555725223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "ves-openapi-manager",
"timestamp": 1632555725125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "dcae-sch",
"timestamp": 1632555737818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "cds",
"timestamp": 1632555734845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632555727520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:42:56.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "aai-ml",
"timestamp": 1632555725223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:42:56.646Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:42:56.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.647Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555775913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "clamp",
"timestamp": 1632555728469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:42:56.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "ves-openapi-manager",
"timestamp": 1632555725125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "dcae-sch",
"timestamp": 1632555737818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "cds",
"timestamp": 1632555734845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "dcae-sch",
"timestamp": 1632555737818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "policy-id",
"timestamp": 1632555742127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632555743101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "aai-ml",
"timestamp": 1632555743260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "dcae-sch",
"timestamp": 1632555737818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "cds",
"timestamp": 1632555743659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "policy-id",
"timestamp": 1632555742127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "dcae-sch",
"timestamp": 1632555737818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "cds",
"timestamp": 1632555744696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-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-09-25T07:42:56.749Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-25T07:42:56.753Z||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-09-25T07:42:56.753Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:42:56.768Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:42:56.769Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T07:42:56.895Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a813db87-00d6-4f24-b77a-e752f5e93f10
2021-09-25T07:42:56.919Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a813db87-00d6-4f24-b77a-e752f5e93f10 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-09-25T07:42:56.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632555744713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:42:56.943Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "policy-id",
"timestamp": 1632555742127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-25T07:42:56.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "policy-id",
"timestamp": 1632555742127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632555746515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:42:56.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "policy-id",
"timestamp": 1632555742127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632555747838,
"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-09-25T07:42:56.961Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a813db87-00d6-4f24-b77a-e752f5e93f10
2021-09-25T07:42:56.961Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a813db87-00d6-4f24-b77a-e752f5e93f10 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-09-25T07:42:56.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "policy-id",
"timestamp": 1632555742127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632555747418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "policy-id",
"timestamp": 1632555742127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:42:56.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632555748846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T07:42:56.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "clamp",
"timestamp": 1632555748998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:42:56.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632555747418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632555747418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "policy-id",
"timestamp": 1632555750590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:42:56.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "clamp",
"timestamp": 1632555751014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T07:42:56.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632555747418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "policy-id",
"timestamp": 1632555751611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T07:42:56.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "clamp",
"timestamp": 1632555752019,
"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-09-25T07:42:56.990Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a813db87-00d6-4f24-b77a-e752f5e93f10
2021-09-25T07:42:56.990Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a813db87-00d6-4f24-b77a-e752f5e93f10 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-09-25T07:42:56.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632555747418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:56.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "policy-id",
"timestamp": 1632555752616,
"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-09-25T07:42:57.003Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a813db87-00d6-4f24-b77a-e752f5e93f10
2021-09-25T07:42:57.003Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a813db87-00d6-4f24-b77a-e752f5e93f10 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-09-25T07:42:57.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:57.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632555747418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:57.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:57.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:57.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632555747418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:42:57.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:42:57.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:57.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632555755761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:42:57.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:57.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:57.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632555761493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T07:42:57.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:57.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:57.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632555762498,
"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-09-25T07:42:57.022Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a813db87-00d6-4f24-b77a-e752f5e93f10
2021-09-25T07:42:57.023Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a813db87-00d6-4f24-b77a-e752f5e93f10 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-09-25T07:42:57.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:57.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "aai-ml",
"timestamp": 1632555764020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T07:42:57.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:57.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:57.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "aai-ml",
"timestamp": 1632555765027,
"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-09-25T07:42:57.036Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a813db87-00d6-4f24-b77a-e752f5e93f10
2021-09-25T07:42:57.036Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a813db87-00d6-4f24-b77a-e752f5e93f10 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-09-25T07:42:57.656Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:42:57.656Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:42:57.658Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:42:57.659Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555775913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "NOTIFIED"
}
2021-09-25T07:42:57.759Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:42:57.760Z||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-09-25T07:42:57.760Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:42:57.768Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:42:57.769Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:42:58.659Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:42:58.660Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:42:58.663Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:42:58.663Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555775913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-25T07:42:58.763Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:42:58.764Z||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-09-25T07:42:58.764Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:42:58.778Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:42:58.779Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2021-09-25T07:42:59.664Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:42:59.665Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:42:59.668Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:42:59.669Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555775913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:42:59.768Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:42:59.770Z||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-09-25T07:42:59.773Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:42:59.820Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:42:59.821Z||pool-6-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:43:00.670Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:43:00.671Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:00.673Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:00.673Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555775913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-25T07:43:00.773Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:43:00.775Z||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-09-25T07:43:00.776Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:00.791Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:43:00.792Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:43:01.675Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:43:01.676Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:01.683Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:01.683Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555775913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:43:01.781Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-25T07:43:01.784Z||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-09-25T07:43:01.784Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:01.798Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:43:01.800Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:43:02.684Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:43:02.685Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:02.688Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:02.688Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555775913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:43:02.788Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:43:02.789Z||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-09-25T07:43:02.789Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:02.806Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:43:02.806Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":2,"count":1}
2021-09-25T07:43:03.690Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"serviceName": "vFW 2021-09-25 07-39-41",
"serviceVersion": "1.0",
"serviceUUID": "0d462d7d-2fa6-488f-872d-0052cced97e1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6fba8cde-330f-4628-a2bc-d0c0df975154",
"resources": [
{
"resourceInstanceName": "vFW 42e9517d-4b14 0",
"resourceCustomizationUUID": "296319b7-a386-41e2-bcd7-fcab5bffe5e2",
"resourceName": "vFW 42e9517d-4b14",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f7269688-178b-4e65-b035-8cd893d86b57",
"resourceInvariantUUID": "2f69697b-b990-4c28-b61d-581b29461aa6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw42e9517d4b140_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"artifactChecksum": "Mjg0ZTIwOTA1NjE4MWM0ZGJiOThmZWM1MzM2Zjk5YjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "95a01e94-5e91-4c9d-be47-72ea92771317",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d8d2eeb4-8e22-4ad0-8172-282edf454cad",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1",
"generatedFromUUID": "d8d2eeb4-8e22-4ad0-8172-282edf454cad"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210925073941-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"artifactChecksum": "NzczNDFkOGE0ZDljMGFlN2RkYTY5NDA0NzUyNGExMjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "32570485-fc7c-4756-97a6-4b9b56705bdc"
}
],
"workloadContext": "Production"
}
2021-09-25T07:43:03.692Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T07:43:03.692Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d462d7d-2fa6-488f-872d-0052cced97e1 ASDC
2021-09-25T07:43:03.799Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a813db87-00d6-4f24-b77a-e752f5e93f10
ServiceName:vFW 2021-09-25 07-39-41
ServiceVersion:1.0
ServiceUUID:0d462d7d-2fa6-488f-872d-0052cced97e1
ServiceInvariantUUID:6fba8cde-330f-4628-a2bc-d0c0df975154
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210925073941-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar
ArtifactUUID:32570485-fc7c-4756-97a6-4b9b56705bdc
ArtifactChecksum:NzczNDFkOGE0ZDljMGFlN2RkYTY5NDA0NzUyNGExMjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 42e9517d-4b14 0
ResourceCustomizationUUID:296319b7-a386-41e2-bcd7-fcab5bffe5e2
ResourceInvariantUUID:2f69697b-b990-4c28-b61d-581b29461aa6
ResourceName:vFW 42e9517d-4b14
ResourceType:VF
ResourceUUID:f7269688-178b-4e65-b035-8cd893d86b57
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw42e9517d4b140_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json
ArtifactUUID:95a01e94-5e91-4c9d-be47-72ea92771317
ArtifactChecksum:Mjg0ZTIwOTA1NjE4MWM0ZGJiOThmZWM1MzM2Zjk5YjI=
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/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml
ArtifactUUID:d8d2eeb4-8e22-4ad0-8172-282edf454cad
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/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env
ArtifactUUID:a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1
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/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env
ArtifactUUID:a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-25T07:43:03.799Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d462d7d-2fa6-488f-872d-0052cced97e1 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-09-25T07:43:03.848Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T07:43:03.849Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-25T07:43:03.850Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-25T07:43:03.851Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 32570485-fc7c-4756-97a6-4b9b56705bdc from URL: /sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:03.851Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:43:03.852Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:04.125Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:43:04.143Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar 32570485-fc7c-4756-97a6-4b9b56705bdc 98746
2021-09-25T07:43:04.145Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar ASDC sendASDCNotification
2021-09-25T07:43:04.145Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:04.146Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:43:04.147Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:04.149Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:04.149Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555784144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:43:04.249Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:43:04.250Z||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-09-25T07:43:04.250Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:04.263Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:43:04.264Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:43:05.149Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T07:43:05.151Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-25T07:43:05.151Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 32570485-fc7c-4756-97a6-4b9b56705bdc, URL: /sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar to file: /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:05.152Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210925073941-csar.csar
2021-09-25T07:43:05.229Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:05.229Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:05.982Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6237054226705400274/Definitions/service-Vfw20210925073941-template.yml
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
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
2021-09-25T07:43:08.583Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T07:43:08.588Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-25T07:43:08.588Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.589Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-25T07:43:08.589Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||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-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.589Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||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-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.589Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||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-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.589Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.591Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.591Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||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-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.591Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||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-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.591Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||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-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.591Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.591Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||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-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.592Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.592Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||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-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.592Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 42e9517d-4b14 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-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.592Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-25T07:43:08.599Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:08.600Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:08.605Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:08.605Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-25T07:43:08.606Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T07:43:08.608Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:08.608Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:08.609Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:08.609Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-25T07:43:08.609Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T07:43:08.609Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:08.609Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:08.613Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:08.613Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is not matching search criteria
2021-09-25T07:43:08.613Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T07:43:08.613Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T07:43:08.613Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.614Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.614Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T07:43:08.614Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.614Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T07:43:08.614Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T07:43:08.614Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T07:43:08.615Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.615Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.615Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T07:43:08.615Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.615Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T07:43:08.615Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.615Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T07:43:08.616Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:08.616Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T07:43:08.617Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:08.617Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:08.617Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:08.618Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:08.618Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:08.618Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:08.618Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:08.619Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:08.619Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:08.619Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:08.619Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is not matching search criteria
2021-09-25T07:43:08.619Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T07:43:08.620Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-25T07:43:08.620Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T07:43:08.620Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T07:43:08.620Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T07:43:08.620Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.620Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.620Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T07:43:08.621Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.621Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T07:43:08.621Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.621Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1ed745a7-6d7d-46f0-8dd5-0e5de9167d6e
2021-09-25T07:43:08.621Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:08.621Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is not matching search criteria
2021-09-25T07:43:08.622Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T07:43:08.622Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T07:43:08.622Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.622Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.622Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T07:43:08.622Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.623Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T07:43:08.623Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-25T07:43:08.623Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T07:43:08.623Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.623Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T07:43:08.623Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.623Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7b2b178b-3101-40b2-a838-567b68b5b9a7
2021-09-25T07:43:08.624Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:08.624Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is not matching search criteria
2021-09-25T07:43:08.624Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T07:43:08.624Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T07:43:08.624Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.624Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.627Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T07:43:08.627Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.627Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T07:43:08.628Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T07:43:08.628Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T07:43:08.628Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.629Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.629Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-25T07:43:08.629Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e55a3824-b82c-4ac5-a3e4-acca53e86fe9
2021-09-25T07:43:08.629Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:08.630Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:08.630Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:08.630Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:08.630Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:08.631Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:08.631Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:08.631Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:08.631Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-25 07-39-41
Description:catalog service description
Model UUID:0d462d7d-2fa6-488f-872d-0052cced97e1
Model Version:NULL
Model InvariantUuid:6fba8cde-330f-4628-a2bc-d0c0df975154
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 42e9517d-4b14
Model UUID:c981704f-256f-46fc-8ed7-8b98e16eea69
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2f69697b-b990-4c28-b61d-581b29461aa6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:296319b7-a386-41e2-bcd7-fcab5bffe5e2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c0eb3d42-ac9f-4ffa-a543-e26a9c28b9eb
ModelName:Vfw42e9517d4b14..base_vfw..module-0
ModelUuid:d2347f42-c960-4033-b968-49734ef0ee89
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1ed745a7-6d7d-46f0-8dd5-0e5de9167d6e
ModelInvariantUuid:eeb2af26-bed6-43d1-9aae-3407dc2b4fee
ModelName:vFW 42e9517d-4b14-nodes.vfwCvfc
ModelUuid:591a7990-2556-40d7-ae75-3a8b77956ed3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0754d00f-54fb-4107-b4da-78b4c2a0da37
ModelInvariantUuid:00938c24-6f1b-4fb1-a860-c1c3ecef9bbf
ModelName:Vfw42e9517d4b14.compute.nodes.heat.vfw
ModelUuid:ac6061c7-d7da-4eb1-b09a-a7db66ce1914
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7b2b178b-3101-40b2-a838-567b68b5b9a7
ModelInvariantUuid:efdc5e47-bfb2-423d-93ed-61424669234e
ModelName:vFW 42e9517d-4b14-nodes.vsnCvfc
ModelUuid:d4a0af7d-596d-4637-9d91-14e235a826d2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b57f4861-1c83-476d-bf81-6e0b6e0b1fef
ModelInvariantUuid:3fdec1bd-e077-4fa3-983e-b99ea9492d07
ModelName:Vfw42e9517d4b14.compute.nodes.heat.vsn
ModelUuid:b4c7cbb5-35df-4f6d-bd58-b0548d234781
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e55a3824-b82c-4ac5-a3e4-acca53e86fe9
ModelInvariantUuid:4007156a-e829-454a-839b-b2982719c0d6
ModelName:vFW 42e9517d-4b14-nodes.vpgCvfc
ModelUuid:b202462c-9a19-4cff-b314-97963eebea51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f102bfaa-4a73-41bd-854d-c06644d7a008
ModelInvariantUuid:03e65ce0-a0e4-48e8-b996-76da794e96fd
ModelName:Vfw42e9517d4b14.compute.nodes.heat.vpg
ModelUuid:f5bcc181-16ea-4f6c-93a9-8bf68bd2e079
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-25T07:43:08.645Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f7269688-178b-4e65-b035-8cd893d86b57
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T07:43:08.757Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||vFW 42e9517d-4b14 0
2021-09-25T07:43:08.764Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f7269688-178b-4e65-b035-8cd893d86b57
2021-09-25T07:43:08.765Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 95a01e94-5e91-4c9d-be47-72ea92771317 from URL: /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json
2021-09-25T07:43:08.765Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:43:08.766Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json
2021-09-25T07:43:09.734Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:43:09.735Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json 95a01e94-5e91-4c9d-be47-72ea92771317 785
2021-09-25T07:43:09.735Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json ASDC sendASDCNotification
2021-09-25T07:43:09.736Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json
2021-09-25T07:43:09.736Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:43:09.736Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:09.739Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:09.740Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555789735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:43:09.840Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:43:09.842Z||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-09-25T07:43:09.842Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:09.858Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:43:09.860Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:43:10.741Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw42e9517d4b14..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c0eb3d42-ac9f-4ffa-a543-e26a9c28b9eb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d2347f42-c960-4033-b968-49734ef0ee89",
"vfModuleModelCustomizationUUID": "f170c023-7cce-4d58-bd8e-78f6318d816c",
"isBase": true,
"artifacts": [
"d8d2eeb4-8e22-4ad0-8172-282edf454cad",
"a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1"
],
"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-09-25T07:43:10.756Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw42e9517d4b14..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2347f42-c960-4033-b968-49734ef0ee89
VfModuleModelInvariantUUID:c0eb3d42-ac9f-4ffa-a543-e26a9c28b9eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
d8d2eeb4-8e22-4ad0-8172-282edf454cad
,
a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1
}
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-09-25T07:43:10.759Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw42e9517d4b14..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c0eb3d42-ac9f-4ffa-a543-e26a9c28b9eb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d2347f42-c960-4033-b968-49734ef0ee89",
"vfModuleModelCustomizationUUID": "f170c023-7cce-4d58-bd8e-78f6318d816c",
"isBase": true,
"artifacts": [
"d8d2eeb4-8e22-4ad0-8172-282edf454cad",
"a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1"
],
"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-09-25T07:43:10.759Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw42e9517d4b14..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2347f42-c960-4033-b968-49734ef0ee89
VfModuleModelInvariantUUID:c0eb3d42-ac9f-4ffa-a543-e26a9c28b9eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
d8d2eeb4-8e22-4ad0-8172-282edf454cad
,
a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1
}
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-09-25T07:43:10.760Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d8d2eeb4-8e22-4ad0-8172-282edf454cad from URL: /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml
2021-09-25T07:43:10.760Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:43:10.760Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml
2021-09-25T07:43:11.430Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:43:11.431Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml d8d2eeb4-8e22-4ad0-8172-282edf454cad 20368
2021-09-25T07:43:11.431Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-25T07:43:11.432Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml
2021-09-25T07:43:11.432Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:43:11.432Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:11.434Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:11.434Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555791431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:43:11.535Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:43:11.536Z||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-09-25T07:43:11.536Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:11.548Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:43:11.548Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:43:12.435Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1 from URL: /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env
2021-09-25T07:43:12.435Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:43:12.436Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env
2021-09-25T07:43:12.956Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:43:12.957Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1 2098
2021-09-25T07:43:12.957Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-25T07:43:12.957Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env
2021-09-25T07:43:12.958Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:43:12.958Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:12.962Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:12.962Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555792957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:43:13.062Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:43:13.063Z||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-09-25T07:43:13.063Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:13.074Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:43:13.075Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:43:13.963Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0d462d7d-2fa6-488f-872d-0052cced97e1
2021-09-25T07:43:13.964Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 42e9517d-4b14 0 f7269688-178b-4e65-b035-8cd893d86b57 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T07:43:14.005Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@451dc8e0, org.onap.sdc.toscaparser.api.parameters.Input@5459e7af, org.onap.sdc.toscaparser.api.parameters.Input@1412f4f2, org.onap.sdc.toscaparser.api.parameters.Input@2b4a7522, org.onap.sdc.toscaparser.api.parameters.Input@bbf263]
2021-09-25T07:43:14.009Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.010Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.010Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-09-25T07:43:14.010Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 296319b7-a386-41e2-bcd7-fcab5bffe5e2
2021-09-25T07:43:14.010Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 296319b7-a386-41e2-bcd7-fcab5bffe5e2 matches Tosca VF Customization UUID: 296319b7-a386-41e2-bcd7-fcab5bffe5e2
2021-09-25T07:43:14.011Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 296319b7-a386-41e2-bcd7-fcab5bffe5e2 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-25T07:43:14.018Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.019Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.020Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 296319b7-a386-41e2-bcd7-fcab5bffe5e2: {\"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-09-25T07:43:14.021Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16c94496
2021-09-25T07:43:14.021Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.021Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T07:43:14.022Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f170c023-7cce-4d58-bd8e-78f6318d816c
2021-09-25T07:43:14.023Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f170c023-7cce-4d58-bd8e-78f6318d816c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-25T07:43:14.031Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.031Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:14.031Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:14.032Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.033Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:14.033Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:14.033Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.033Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is not matching search criteria
2021-09-25T07:43:14.033Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T07:43:14.034Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-25T07:43:14.034Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T07:43:14.034Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T07:43:14.034Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T07:43:14.035Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.035Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:14.035Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T07:43:14.035Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:14.036Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T07:43:14.036Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.036Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1ed745a7-6d7d-46f0-8dd5-0e5de9167d6e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-25T07:43:14.050Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.050Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:14.050Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:14.051Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.051Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is not matching search criteria
2021-09-25T07:43:14.051Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T07:43:14.051Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T07:43:14.052Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:14.052Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.052Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T07:43:14.052Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.053Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T07:43:14.053Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-25T07:43:14.053Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T07:43:14.053Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:14.053Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T07:43:14.054Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.054Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7b2b178b-3101-40b2-a838-567b68b5b9a7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-25T07:43:14.056Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.057Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:14.057Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:14.060Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.060Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is not matching search criteria
2021-09-25T07:43:14.060Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T07:43:14.060Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T07:43:14.060Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:14.061Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.061Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T07:43:14.061Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.061Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T07:43:14.061Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T07:43:14.062Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T07:43:14.062Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.062Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:14.062Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-25T07:43:14.063Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e55a3824-b82c-4ac5-a3e4-acca53e86fe9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-25T07:43:14.065Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.065Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:14.065Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:14.066Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.066Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:14.066Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=296319b7-a386-41e2-bcd7-fcab5bffe5e2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T07:43:14.068Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.068Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.069Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0d462d7d-2fa6-488f-872d-0052cced97e1: vFW 42e9517d-4b14
2021-09-25T07:43:14.069Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.069Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.069Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.070Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.070Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.070Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.070Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.070Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.071Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:43:14.071Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.071Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-09-25 07-39-41
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-25T07:43:14.334Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 42e9517d-4b14 f7269688-178b-4e65-b035-8cd893d86b57 1 ASDC deployResourceStructure
2021-09-25T07:43:14.335Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json ASDC sendASDCNotification
2021-09-25T07:43:14.335Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json
2021-09-25T07:43:14.335Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:43:14.335Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:14.337Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:14.337Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555794334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T07:43:14.438Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:43:14.439Z||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-09-25T07:43:14.439Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:14.452Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:43:14.453Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:43:15.338Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-25T07:43:15.338Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml
2021-09-25T07:43:15.339Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:43:15.339Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:15.341Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:15.341Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555795338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-25T07:43:15.441Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:43:15.443Z||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-09-25T07:43:15.443Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:15.464Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:43:15.464Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:43:16.342Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-25T07:43:16.343Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env
2021-09-25T07:43:16.343Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:43:16.343Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:16.345Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:16.345Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555796342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-25T07:43:16.445Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:43:16.446Z||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-09-25T07:43:16.447Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:16.460Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:43:16.460Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:43:17.346Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar ASDC sendASDCNotification
2021-09-25T07:43:17.347Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:17.347Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:43:17.347Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:17.349Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:17.349Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555797346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T07:43:17.449Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:43:17.450Z||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-09-25T07:43:17.451Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:17.462Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:43:17.463Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:43:18.350Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a813db87-00d6-4f24-b77a-e752f5e93f10
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-09-25T07:43:18.366Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a813db87-00d6-4f24-b77a-e752f5e93f10
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-09-25T07:43:18.371Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:43:18.371Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T07:43:18.373Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||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-09-25T07:43:18.376Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T07:43:48.377Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a813db87-00d6-4f24-b77a-e752f5e93f10 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-09-25T07:43:48.470Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a813db87-00d6-4f24-b77a-e752f5e93f10 and serviceModelVersionId: 0d462d7d-2fa6-488f-872d-0052cced97e1
2021-09-25T07:43:48.471Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fba8cde-330f-4628-a2bc-d0c0df975154
2021-09-25T07:43:55.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:43:55.917Z||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-09-25T07:43:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:56.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:43:56.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:43:56.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555775913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:43:56.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-25T07:44:03.168Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0
2021-09-25T07:44:03.311Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T07:44:03.827Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0|INFO|500||Invoke
2021-09-25T07:44:03.836Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a813db87-00d6-4f24-b77a-e752f5e93f10], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0ae3f1d8-a141-40b5-9f00-0a510d7b72bd], X-ECOMP-RequestID=[a813db87-00d6-4f24-b77a-e752f5e93f10], X-TransactionId=[], X-ONAP-RequestID=[a813db87-00d6-4f24-b77a-e752f5e93f10], Content-Type=[application/merge-patch+json]}
2021-09-25T07:44:03.996Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-25T07:44:04.539Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210925-07:44:04:009-86866], vertex-id=[397424], Content-Length=[0], Date=[Sat, 25 Sep 2021 07:44:04 GMT], Content-Type=[application/json]}
2021-09-25T07:44:04.541Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-25T07:44:04.542Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0|INFO|500||InvokeReturn
2021-09-25T07:44:04.547Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T07:44:04.547Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T07:44:04.554Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||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-09-25T07:44:04.556Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a813db87-00d6-4f24-b77a-e752f5e93f10 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T07:44:04.557Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T07:44:04.557Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:44:04.560Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:44:04.560Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555844556,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T07:44:04.661Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:44:04.662Z||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-09-25T07:44:04.662Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:44:04.681Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:44:04.682Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 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-09-25T07:44:05.574Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:44:05.575Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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-09-25T07:44:05.575Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:44:15.149Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:44:55.913Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:44:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:44:55.918Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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-09-25T07:44:55.919Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:44:55.918Z||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-09-25T07:44:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:44:55.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:44:55.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555775913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "NOTIFIED"
}
2021-09-25T07:44:55.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T07:44:55.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555775913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-25T07:44:55.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T07:44:55.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555775913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555775913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555775913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555775913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:44:55.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-25T07:44:55.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555784144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:44:55.960Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:44:55.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555789735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555791431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555792957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555794334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555795338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555796342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:44:55.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555797346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T07:44:55.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:45:05.467Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:45:55.913Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:45:55.914Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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-09-25T07:45:55.915Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:45:55.915Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:45:55.916Z||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-09-25T07:45:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:45:56.446Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:45:56.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T07:45:56.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632555844556,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T07:45:56.448Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:46:05.473Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:46:55.913Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:46:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:46:55.916Z||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-09-25T07:46:55.916Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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-09-25T07:46:55.916Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:46:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:01.565Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:01.567Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T07:47:01.568Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"56a0026f-9d70-412a-883d-3a2dde834ef2","serviceName":"basic_onboard_qCyxRg","serviceVersion":"1.0","serviceUUID":"b137cf22-370e-4216-8592-be177676d6c0","serviceDescription":"service","serviceInvariantUUID":"e7c3646d-0d6b-4537-b518-a58340801045","resources":[{"resourceInstanceName":"basic_onboard_qCyxRg 0","resourceName":"basic_onboard_qCyxRg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13830966-ce19-4a6a-9bfb-bba8bc4428e8","resourceInvariantUUID":"b9fcd495-f4ce-448d-916a-90ae01c70c8a","resourceCustomizationUUID":"8ec27ac4-ec29-4076-a031-ac2d10c36874","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml","artifactChecksum":"YWFjOThhZjk1OWFhNjQ1Zjk5OTRkOTkyYTE5NDc3MDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f729cc71-c775-4dff-bfa9-eb5d1e9734d3","artifactVersion":"1"},{"artifactName":"basic_onboard_qcyxrg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json","artifactChecksum":"MTA3NTBjN2RjNDJmNWE2OWViZTNkY2ExMWQzODcyM2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8aeeb1e3-797f-4fe9-a95f-248da23b7a6c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ef7f5a3b-332c-47e3-b044-b8e0b070deb2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d553d95b-1d2a-4825-be3c-6911b1add2b3","artifactVersion":"2","generatedFromUUID":"c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQcyxrg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml","artifactChecksum":"YjdjYmQzNDExOGQ4YjVlZWFmOTY0NWQ4YjM2MDY1NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b20bad44-8707-4e9e-8d45-e6830b297e7e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQcyxrg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar","artifactChecksum":"MTM3ZDA4ZDYyZDg2ZTg1NjY2NmU1NTRjOWExZDI0MjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a244192-6044-4518-ae97-3dcf223f2bf6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T07:47:01.572Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:47:01.572Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:01.577Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:01.577Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556015913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:47:01.676Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:47:01.677Z||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-09-25T07:47:01.678Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:01.690Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:01.691Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:01.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:01.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:47:01.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556015913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:47:01.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:47:02.578Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:47:02.579Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:02.581Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:02.582Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556015913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T07:47:02.682Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:02.683Z||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-09-25T07:47:02.683Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:02.697Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:02.697Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:03.582Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:47:03.584Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:03.586Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:03.586Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556015913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T07:47:03.686Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:03.688Z||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-09-25T07:47:03.688Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:03.700Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:03.701Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:04.586Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:47:04.587Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:04.589Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:04.590Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556015913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:47:04.690Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:04.691Z||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-09-25T07:47:04.691Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:04.703Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:04.703Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:05.591Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:47:05.592Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:05.594Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:05.594Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556015913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-25T07:47:05.694Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:47:05.696Z||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-09-25T07:47:05.696Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:05.717Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:05.718Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:06.595Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:47:06.596Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:06.601Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:06.602Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556015913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:47:06.701Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:47:06.703Z||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-09-25T07:47:06.703Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:06.715Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:06.715Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:07.603Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:47:07.604Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:07.606Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:07.606Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556015913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:47:07.706Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:07.707Z||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-09-25T07:47:07.708Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:07.723Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:07.724Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:08.608Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"serviceName": "basic_onboard_qCyxRg",
"serviceVersion": "1.0",
"serviceUUID": "b137cf22-370e-4216-8592-be177676d6c0",
"serviceDescription": "service",
"serviceInvariantUUID": "e7c3646d-0d6b-4537-b518-a58340801045",
"resources": [
{
"resourceInstanceName": "basic_onboard_qCyxRg 0",
"resourceCustomizationUUID": "8ec27ac4-ec29-4076-a031-ac2d10c36874",
"resourceName": "basic_onboard_qCyxRg",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "13830966-ce19-4a6a-9bfb-bba8bc4428e8",
"resourceInvariantUUID": "b9fcd495-f4ce-448d-916a-90ae01c70c8a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qcyxrg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"artifactChecksum": "MTA3NTBjN2RjNDJmNWE2OWViZTNkY2ExMWQzODcyM2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8aeeb1e3-797f-4fe9-a95f-248da23b7a6c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d553d95b-1d2a-4825-be3c-6911b1add2b3",
"generatedFromUUID": "c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d553d95b-1d2a-4825-be3c-6911b1add2b3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQcyxrg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"artifactChecksum": "MTM3ZDA4ZDYyZDg2ZTg1NjY2NmU1NTRjOWExZDI0MjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7a244192-6044-4518-ae97-3dcf223f2bf6"
}
],
"workloadContext": "Production"
}
2021-09-25T07:47:08.609Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T07:47:08.609Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b137cf22-370e-4216-8592-be177676d6c0 ASDC
2021-09-25T07:47:08.610Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:56a0026f-9d70-412a-883d-3a2dde834ef2
ServiceName:basic_onboard_qCyxRg
ServiceVersion:1.0
ServiceUUID:b137cf22-370e-4216-8592-be177676d6c0
ServiceInvariantUUID:e7c3646d-0d6b-4537-b518-a58340801045
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQcyxrg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar
ArtifactUUID:7a244192-6044-4518-ae97-3dcf223f2bf6
ArtifactChecksum:MTM3ZDA4ZDYyZDg2ZTg1NjY2NmU1NTRjOWExZDI0MjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_qCyxRg 0
ResourceCustomizationUUID:8ec27ac4-ec29-4076-a031-ac2d10c36874
ResourceInvariantUUID:b9fcd495-f4ce-448d-916a-90ae01c70c8a
ResourceName:basic_onboard_qCyxRg
ResourceType:VF
ResourceUUID:13830966-ce19-4a6a-9bfb-bba8bc4428e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qcyxrg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json
ArtifactUUID:8aeeb1e3-797f-4fe9-a95f-248da23b7a6c
ArtifactChecksum:MTA3NTBjN2RjNDJmNWE2OWViZTNkY2ExMWQzODcyM2I=
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/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc
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/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env
ArtifactUUID:d553d95b-1d2a-4825-be3c-6911b1add2b3
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/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env
ArtifactUUID:d553d95b-1d2a-4825-be3c-6911b1add2b3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-25T07:47:08.610Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b137cf22-370e-4216-8592-be177676d6c0 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-09-25T07:47:08.648Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T07:47:08.650Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-25T07:47:08.650Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-25T07:47:08.650Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7a244192-6044-4518-ae97-3dcf223f2bf6 from URL: /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:08.650Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:47:08.650Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:10.303Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:47:10.307Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar 7a244192-6044-4518-ae97-3dcf223f2bf6 71370
2021-09-25T07:47:10.308Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar ASDC sendASDCNotification
2021-09-25T07:47:10.308Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:10.308Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:47:10.308Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:10.310Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:10.311Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556030308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:47:10.411Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:47:10.412Z||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-09-25T07:47:10.412Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:10.424Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:10.425Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:11.311Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T07:47:11.312Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-25T07:47:11.313Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7a244192-6044-4518-ae97-3dcf223f2bf6, URL: /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar to file: /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:11.313Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:11.313Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:11.313Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:11.947Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12712740631996928896/Definitions/service-BasicOnboardQcyxrg-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-09-25T07:47:13.169Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T07:47:13.169Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-25T07:47:13.169Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.169Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-25T07:47:13.169Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||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-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||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-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_qCyxRg 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-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||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-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||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-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||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-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||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-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-25T07:47:13.171Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:13.171Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:13.171Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:13.171Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-25T07:47:13.171Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T07:47:13.172Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:13.172Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:13.172Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:13.172Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-25T07:47:13.172Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T07:47:13.172Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:13.173Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:13.173Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:13.173Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is not matching search criteria
2021-09-25T07:47:13.173Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-25T07:47:13.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-25T07:47:13.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-25T07:47:13.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T07:47:13.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T07:47:13.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:13.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T07:47:13.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:13.175Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:13.175Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:47:13.175Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:13.175Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:13.175Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:47:13.175Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:13.176Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:13.176Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:47:13.176Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:13.176Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is not matching search criteria
2021-09-25T07:47:13.176Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-25T07:47:13.176Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T07:47:13.176Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5fee43e9-61b6-488a-b6aa-aad5d871c7d2
2021-09-25T07:47:13.177Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:13.177Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:13.177Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:13.177Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:13.177Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:13.178Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:13.178Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:13.178Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:13.178Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_qCyxRg
Description:service
Model UUID:b137cf22-370e-4216-8592-be177676d6c0
Model Version:NULL
Model InvariantUuid:e7c3646d-0d6b-4537-b518-a58340801045
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_qCyxRg
Model UUID:c0c12c29-d7b2-4435-9ca3-0a94d508b3ac
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b9fcd495-f4ce-448d-916a-90ae01c70c8a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8ec27ac4-ec29-4076-a031-ac2d10c36874
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:23ca3e41-56c4-4fc1-908e-3b902a63f53a
ModelName:BasicOnboardQcyxrg..base_ubuntu18..module-0
ModelUuid:0b7933df-154b-4ad8-939c-3a195139c1db
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5fee43e9-61b6-488a-b6aa-aad5d871c7d2
ModelInvariantUuid:a1ef1e6b-cfd4-4ee3-aa8c-35df139b8edb
ModelName:basic_onboard_qCyxRg-nodes.ubuntu18Cvfc
ModelUuid:8b05fe36-005c-4277-a59d-760a2d28ff7a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:269e9e37-c172-4641-89cd-c23d4317c119
ModelInvariantUuid:38d3f319-3650-4798-83ba-f82440d10257
ModelName:BasicOnboardQcyxrg.compute.nodes.heat.ubuntu18
ModelUuid:1c47d03b-772b-44fa-a3bd-b19a6915f1e8
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-25T07:47:13.186Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 13830966-ce19-4a6a-9bfb-bba8bc4428e8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T07:47:13.191Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||basic_onboard_qCyxRg 0
2021-09-25T07:47:13.192Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13830966-ce19-4a6a-9bfb-bba8bc4428e8
2021-09-25T07:47:13.192Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8aeeb1e3-797f-4fe9-a95f-248da23b7a6c from URL: /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json
2021-09-25T07:47:13.192Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:47:13.192Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json
2021-09-25T07:47:13.609Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:47:13.610Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json 8aeeb1e3-797f-4fe9-a95f-248da23b7a6c 798
2021-09-25T07:47:13.611Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json ASDC sendASDCNotification
2021-09-25T07:47:13.611Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json
2021-09-25T07:47:13.611Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:47:13.611Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:13.613Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:13.613Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556033610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:47:13.714Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:13.716Z||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-09-25T07:47:13.716Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:13.726Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:13.726Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:47:14.614Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQcyxrg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "23ca3e41-56c4-4fc1-908e-3b902a63f53a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0b7933df-154b-4ad8-939c-3a195139c1db",
"vfModuleModelCustomizationUUID": "4ce9de7e-b7b1-4d5a-9c6d-087c68167a0c",
"isBase": true,
"artifacts": [
"c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc",
"d553d95b-1d2a-4825-be3c-6911b1add2b3"
],
"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-09-25T07:47:14.626Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQcyxrg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b7933df-154b-4ad8-939c-3a195139c1db
VfModuleModelInvariantUUID:23ca3e41-56c4-4fc1-908e-3b902a63f53a
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc
,
d553d95b-1d2a-4825-be3c-6911b1add2b3
}
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-09-25T07:47:14.630Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQcyxrg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "23ca3e41-56c4-4fc1-908e-3b902a63f53a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0b7933df-154b-4ad8-939c-3a195139c1db",
"vfModuleModelCustomizationUUID": "4ce9de7e-b7b1-4d5a-9c6d-087c68167a0c",
"isBase": true,
"artifacts": [
"c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc",
"d553d95b-1d2a-4825-be3c-6911b1add2b3"
],
"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-09-25T07:47:14.630Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQcyxrg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b7933df-154b-4ad8-939c-3a195139c1db
VfModuleModelInvariantUUID:23ca3e41-56c4-4fc1-908e-3b902a63f53a
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc
,
d553d95b-1d2a-4825-be3c-6911b1add2b3
}
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-09-25T07:47:14.630Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc from URL: /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml
2021-09-25T07:47:14.630Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:47:14.633Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml
2021-09-25T07:47:15.001Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:47:15.001Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc 5033
2021-09-25T07:47:15.002Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-25T07:47:15.002Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml
2021-09-25T07:47:15.002Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:47:15.002Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:15.005Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:15.005Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556035002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:47:15.105Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:15.106Z||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-09-25T07:47:15.106Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:15.121Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:15.122Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:16.008Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d553d95b-1d2a-4825-be3c-6911b1add2b3 from URL: /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env
2021-09-25T07:47:16.008Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:47:16.008Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env
2021-09-25T07:47:17.018Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:47:17.018Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env d553d95b-1d2a-4825-be3c-6911b1add2b3 909
2021-09-25T07:47:17.018Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-25T07:47:17.018Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env
2021-09-25T07:47:17.019Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:47:17.019Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:17.026Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:17.026Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556037018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:47:17.122Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-25T07:47:17.123Z||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-09-25T07:47:17.123Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:17.143Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:17.143Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:47:18.026Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b137cf22-370e-4216-8592-be177676d6c0
2021-09-25T07:47:18.027Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_qCyxRg 0 13830966-ce19-4a6a-9bfb-bba8bc4428e8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T07:47:18.043Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@480b6b76, org.onap.sdc.toscaparser.api.parameters.Input@39d37f9d, org.onap.sdc.toscaparser.api.parameters.Input@506d86b9, org.onap.sdc.toscaparser.api.parameters.Input@4d32d941, org.onap.sdc.toscaparser.api.parameters.Input@5ef15b4a]
2021-09-25T07:47:18.044Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:18.045Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.045Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-09-25T07:47:18.045Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8ec27ac4-ec29-4076-a031-ac2d10c36874
2021-09-25T07:47:18.045Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8ec27ac4-ec29-4076-a031-ac2d10c36874 matches Tosca VF Customization UUID: 8ec27ac4-ec29-4076-a031-ac2d10c36874
2021-09-25T07:47:18.045Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8ec27ac4-ec29-4076-a031-ac2d10c36874 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-25T07:47:18.047Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:18.048Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.048Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8ec27ac4-ec29-4076-a031-ac2d10c36874: {\"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-09-25T07:47:18.048Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1bbbc075
2021-09-25T07:47:18.048Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:18.049Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T07:47:18.049Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4ce9de7e-b7b1-4d5a-9c6d-087c68167a0c
2021-09-25T07:47:18.049Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4ce9de7e-b7b1-4d5a-9c6d-087c68167a0c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-25T07:47:18.051Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:18.051Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:18.052Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:47:18.052Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:18.053Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:18.053Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:47:18.054Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:18.054Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is not matching search criteria
2021-09-25T07:47:18.054Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-25T07:47:18.054Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T07:47:18.054Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5fee43e9-61b6-488a-b6aa-aad5d871c7d2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-25T07:47:18.057Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:18.057Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:18.057Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:47:18.057Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:18.058Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:18.058Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0] matching following query criteria: sdcType=VF, customizationUUID=8ec27ac4-ec29-4076-a031-ac2d10c36874
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T07:47:18.060Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:18.060Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.060Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b137cf22-370e-4216-8592-be177676d6c0: basic_onboard_qCyxRg
2021-09-25T07:47:18.060Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:18.060Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.061Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:18.061Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.061Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:18.061Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.062Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:18.062Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.062Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T07:47:18.062Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.062Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_qCyxRg
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-25T07:47:18.145Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_qCyxRg 13830966-ce19-4a6a-9bfb-bba8bc4428e8 1 ASDC deployResourceStructure
2021-09-25T07:47:18.145Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json ASDC sendASDCNotification
2021-09-25T07:47:18.145Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json
2021-09-25T07:47:18.145Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:47:18.145Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:18.147Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:18.147Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556038145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T07:47:18.247Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:18.248Z||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-09-25T07:47:18.248Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:18.258Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:18.258Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:19.148Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-25T07:47:19.149Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml
2021-09-25T07:47:19.149Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:47:19.149Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:19.151Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:19.151Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556039148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-25T07:47:19.251Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:19.252Z||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-09-25T07:47:19.252Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:19.262Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:19.263Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:20.152Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-25T07:47:20.152Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env
2021-09-25T07:47:20.152Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:47:20.153Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:20.155Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:20.155Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556040151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-25T07:47:20.255Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:47:20.257Z||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-09-25T07:47:20.257Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:20.271Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:20.272Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:21.156Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar ASDC sendASDCNotification
2021-09-25T07:47:21.157Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:21.157Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:47:21.158Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:21.160Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:21.160Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556041156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T07:47:21.260Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:47:21.261Z||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-09-25T07:47:21.261Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:21.270Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:21.270Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:22.162Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-09-25T07:47:22.171Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-09-25T07:47:22.173Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:47:22.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T07:47:22.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T07:47:52.175Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-09-25T07:47:52.195Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-09-25T07:47:52.196Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:47:52.197Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T07:47:52.197Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T07:47:55.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:47:55.918Z||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-09-25T07:47:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:55.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:47:55.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:47:55.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "cds",
"timestamp": 1632556019845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:47:55.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:47:55.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:47:55.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "dcae-sch",
"timestamp": 1632556017818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:47:55.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:48:22.198Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-09-25T07:48:22.206Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-09-25T07:48:22.207Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:48:22.207Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T07:48:22.207Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T07:48:52.208Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-09-25T07:48:52.215Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-09-25T07:48:52.217Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:48:52.217Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T07:48:52.217Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T07:48:55.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:48:55.918Z||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-09-25T07:48:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:48:55.941Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:48:55.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:48:55.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632556017420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:48:55.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:22.217Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-09-25T07:49:22.244Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-09-25T07:49:22.247Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:49:22.247Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T07:49:22.247Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T07:49:52.247Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-09-25T07:49:52.255Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-09-25T07:49:52.257Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:49:52.257Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T07:49:52.257Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T07:49:55.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:49:55.917Z||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-09-25T07:49:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:49:56.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:49:56.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "dcae-sch",
"timestamp": 1632556017818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556015913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "cds",
"timestamp": 1632556019845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632556017420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "policy-id",
"timestamp": 1632556022127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "dcae-sch",
"timestamp": 1632556017818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556015913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "cds",
"timestamp": 1632556019845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632556017420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "policy-id",
"timestamp": 1632556022127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "cds",
"timestamp": 1632556019845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556015913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "dcae-sch",
"timestamp": 1632556017818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632556017420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "policy-id",
"timestamp": 1632556022127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "cds",
"timestamp": 1632556019845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "dcae-sch",
"timestamp": 1632556017818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556015913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632556017420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632556025127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "policy-id",
"timestamp": 1632556022127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "aai-ml",
"timestamp": 1632556025222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "dcae-sch",
"timestamp": 1632556017818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556015913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "cds",
"timestamp": 1632556019845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632556017420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "policy-id",
"timestamp": 1632556022127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632556025127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "aai-ml",
"timestamp": 1632556025222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "dcae-sch",
"timestamp": 1632556017818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556015913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:49:56.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "cds",
"timestamp": 1632556019845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:49:56.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632556017420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:49:56.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632556025127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "policy-id",
"timestamp": 1632556022127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "aai-ml",
"timestamp": 1632556025222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632556027518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632556025127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "policy-id",
"timestamp": 1632556022127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "aai-ml",
"timestamp": 1632556025222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "clamp",
"timestamp": 1632556028469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632556027518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T07:49:56.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632556025127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "aai-ml",
"timestamp": 1632556025222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "clamp",
"timestamp": 1632556028469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T07:49:56.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632556027518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-25T07:49:56.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632556030232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.476Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556030308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "cds",
"timestamp": 1632556030620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632556025127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "aai-ml",
"timestamp": 1632556025222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "policy-id",
"timestamp": 1632556031040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "clamp",
"timestamp": 1632556028469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632556027518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "cds",
"timestamp": 1632556031628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-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-09-25T07:49:56.485Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 56a0026f-9d70-412a-883d-3a2dde834ef2
2021-09-25T07:49:56.486Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a0026f-9d70-412a-883d-3a2dde834ef2 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-09-25T07:49:56.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632556025127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "aai-ml",
"timestamp": 1632556025222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:49:56.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "policy-id",
"timestamp": 1632556032049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T07:49:56.501Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "clamp",
"timestamp": 1632556028469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632556027518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-25T07:49:56.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632556032946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T07:49:56.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "policy-id",
"timestamp": 1632556033061,
"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-09-25T07:49:56.510Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56a0026f-9d70-412a-883d-3a2dde834ef2
2021-09-25T07:49:56.510Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a0026f-9d70-412a-883d-3a2dde834ef2 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-09-25T07:49:56.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "clamp",
"timestamp": 1632556028469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "aai-ml",
"timestamp": 1632556033210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632556027518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556033610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632556033950,
"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-09-25T07:49:56.526Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 56a0026f-9d70-412a-883d-3a2dde834ef2
2021-09-25T07:49:56.527Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a0026f-9d70-412a-883d-3a2dde834ef2 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-09-25T07:49:56.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "clamp",
"timestamp": 1632556028469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632556027518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556035002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "clamp",
"timestamp": 1632556028469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632556035722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556037018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632556037313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556038145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556039148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556040151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632556041130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556041156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632556042160,
"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-09-25T07:49:56.551Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56a0026f-9d70-412a-883d-3a2dde834ef2
2021-09-25T07:49:56.552Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a0026f-9d70-412a-883d-3a2dde834ef2 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-09-25T07:49:56.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632556043172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-25T07:49:56.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "aai-ml",
"timestamp": 1632556043409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T07:49:56.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "aai-ml",
"timestamp": 1632556044413,
"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-09-25T07:49:56.560Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 56a0026f-9d70-412a-883d-3a2dde834ef2
2021-09-25T07:49:56.560Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a0026f-9d70-412a-883d-3a2dde834ef2 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-09-25T07:49:56.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "clamp",
"timestamp": 1632556049077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.568Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "clamp",
"timestamp": 1632556051085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T07:49:56.569Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "clamp",
"timestamp": 1632556052088,
"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-09-25T07:49:56.574Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 56a0026f-9d70-412a-883d-3a2dde834ef2
2021-09-25T07:49:56.574Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a0026f-9d70-412a-883d-3a2dde834ef2 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-09-25T07:50:22.258Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-09-25T07:50:22.277Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-09-25T07:50:22.282Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:50:22.282Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T07:50:22.282Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||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-09-25T07:50:22.288Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T07:50:52.289Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2 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-09-25T07:50:52.296Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 56a0026f-9d70-412a-883d-3a2dde834ef2 and serviceModelVersionId: b137cf22-370e-4216-8592-be177676d6c0
2021-09-25T07:50:52.297Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7c3646d-0d6b-4537-b518-a58340801045
2021-09-25T07:50:52.298Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7c3646d-0d6b-4537-b518-a58340801045/model-vers/model-ver/b137cf22-370e-4216-8592-be177676d6c0?depth=0
2021-09-25T07:50:52.306Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T07:50:52.371Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e7c3646d-0d6b-4537-b518-a58340801045/model-vers/model-ver/b137cf22-370e-4216-8592-be177676d6c0?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-09-25T07:50:52.376Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e7c3646d-0d6b-4537-b518-a58340801045/model-vers/model-ver/b137cf22-370e-4216-8592-be177676d6c0?depth=0|INFO|500||Invoke
2021-09-25T07:50:52.410Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e7c3646d-0d6b-4537-b518-a58340801045/model-vers/model-ver/b137cf22-370e-4216-8592-be177676d6c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-25T07:50:52.935Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e7c3646d-0d6b-4537-b518-a58340801045/model-vers/model-ver/b137cf22-370e-4216-8592-be177676d6c0?depth=0|INFO|500||InvokeReturn
2021-09-25T07:50:52.936Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e7c3646d-0d6b-4537-b518-a58340801045/model-vers/model-ver/b137cf22-370e-4216-8592-be177676d6c0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210925-07:50:52:419-29903], vertex-id=[200720], Content-Length=[0], Date=[Sat, 25 Sep 2021 07:50:52 GMT], Content-Type=[application/json]}
2021-09-25T07:50:52.936Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T07:50:52.937Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T07:50:52.937Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T07:50:52.948Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||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-09-25T07:50:52.948Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 56a0026f-9d70-412a-883d-3a2dde834ef2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T07:50:52.949Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T07:50:52.954Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:50:52.968Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:50:52.968Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556252949,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T07:50:53.057Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2021-09-25T07:50:53.060Z||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-09-25T07:50:53.061Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:50:53.076Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:50:53.077Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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-09-25T07:50:53.979Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:50:53.980Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-09-25T07:50:53.980Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:50:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:50:55.917Z||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-09-25T07:50:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:50:56.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:50:56.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:50:56.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556252949,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T07:50:56.555Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:51:04.196Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:51:04.197Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:51:04.197Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-09-25T07:51:04.197Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:51:13.741Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:51:13.741Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:51:13.742Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-09-25T07:51:13.742Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:51:23.291Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:51:23.293Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:51:23.295Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-09-25T07:51:23.295Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:51:32.847Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:51:55.913Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:51:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:51:55.915Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-09-25T07:51:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:51:55.916Z||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-09-25T07:51:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:52:05.463Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:52:05.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:52:55.913Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:52:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:52:55.917Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-09-25T07:52:55.917Z||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-09-25T07:52:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:52:55.917Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:53:05.509Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:53:05.509Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:53:55.914Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:53:55.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:53:55.919Z||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-09-25T07:53:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:53:55.919Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-09-25T07:53:55.920Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:54:05.468Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:54:05.468Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:54:55.913Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:54:55.914Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-09-25T07:54:55.914Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:54:55.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:54:55.916Z||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-09-25T07:54:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:55:05.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:55:05.472Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:55:55.913Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:55:55.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:55:55.916Z||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-09-25T07:55:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-09-25T07:55:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:55:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:56:05.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:56:05.494Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:56:55.915Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:56:55.914Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:56:55.918Z||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-09-25T07:56:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:56:55.918Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-09-25T07:56:55.919Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:57:05.469Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:57:05.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:57:55.913Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:57:55.914Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-09-25T07:57:55.914Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:57:55.915Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:57:55.916Z||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-09-25T07:57:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:58:05.471Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:58:05.471Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:58:55.913Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:58:55.915Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-09-25T07:58:55.915Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:58:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:58:55.916Z||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-09-25T07:58:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:59:05.472Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:59:05.472Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T07:59:55.913Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:59:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:59:55.917Z||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-09-25T07:59:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:59:55.917Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-09-25T07:59:55.917Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:00:05.459Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:00:05.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:00:55.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:00:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:00:55.917Z||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-09-25T08:00:55.917Z||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-09-25T08:00:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:00:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:01:05.549Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:01:05.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:01:55.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:01:55.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:01:55.918Z||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-09-25T08:01:55.918Z||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-09-25T08:01:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:01:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:01:56.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:01:56.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:01:56.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f21c06a4-bbcc-4999-81c7-66219750f500","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cac9c443-69a2-430b-b383-5ccf1b936179","serviceDescription":"service","serviceInvariantUUID":"e194c4b7-d6cb-4b6f-8468-e81eeb636772","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1f4f1e8d-e94b-4d20-a73a-5e3b8af35a7d","resourceInvariantUUID":"5bd45efe-37a6-4cab-9ea5-10829dae7a23","resourceCustomizationUUID":"46e273b4-5bcf-42aa-8b9e-4596aeab0b05","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NWY4NzUxNmMzNDI0OGNlZTJjZGMxNjk2M2MyODUwNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1490bb5-d946-473e-9717-e809615916d7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Mzk1ZDU3MjcyMTQ3ODNiOWNjNGRiZmFlYjMyNTc2MjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a11b79e-69c8-4098-8801-c4ea3e0bcd6b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T08:01:56.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "ves-openapi-manager",
"timestamp": 1632556905125,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T08:01:56.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T08:01:56.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632556907517,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T08:01:56.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T08:01:56.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "cds",
"timestamp": 1632556904845,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T08:01:56.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T08:01:56.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "policy-id",
"timestamp": 1632556902127,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T08:01:56.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T08:01:56.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "cds",
"timestamp": 1632556904845,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T08:01:56.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T08:01:56.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632556907517,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T08:01:56.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T08:01:56.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "ves-openapi-manager",
"timestamp": 1632556905125,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T08:01:56.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T08:01:56.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "policy-id",
"timestamp": 1632556902127,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T08:01:56.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-25T08:01:56.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "cds",
"timestamp": 1632556914457,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T08:01:56.572Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:01:56.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "policy-id",
"timestamp": 1632556914441,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T08:01:56.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:01:56.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "cds",
"timestamp": 1632556915465,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-09-25T08:01:56.575Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:01:56.577Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
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-09-25T08:01:56.584Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:01:56.585Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556915914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-09-25T08:01:56.596Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f21c06a4-bbcc-4999-81c7-66219750f500
2021-09-25T08:01:56.596Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f21c06a4-bbcc-4999-81c7-66219750f500 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-09-25T08:01:56.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "policy-id",
"timestamp": 1632556915448,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T08:01:56.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:01:56.684Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:01:56.685Z||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-09-25T08:01:56.685Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:01:56.696Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:01:56.697Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:01:57.586Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:01:57.586Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:01:57.590Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:01:57.590Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556915914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T08:01:57.690Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:01:57.691Z||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-09-25T08:01:57.692Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:01:57.721Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:01:57.721Z||pool-36-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:01:58.591Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "cac9c443-69a2-430b-b383-5ccf1b936179",
"serviceDescription": "service",
"serviceInvariantUUID": "e194c4b7-d6cb-4b6f-8468-e81eeb636772",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "46e273b4-5bcf-42aa-8b9e-4596aeab0b05",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "1f4f1e8d-e94b-4d20-a73a-5e3b8af35a7d",
"resourceInvariantUUID": "5bd45efe-37a6-4cab-9ea5-10829dae7a23",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "Mzk1ZDU3MjcyMTQ3ODNiOWNjNGRiZmFlYjMyNTc2MjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3a11b79e-69c8-4098-8801-c4ea3e0bcd6b"
}
],
"workloadContext": "Production"
}
2021-09-25T08:01:58.592Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T08:01:58.592Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cac9c443-69a2-430b-b383-5ccf1b936179 ASDC
2021-09-25T08:01:58.593Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f21c06a4-bbcc-4999-81c7-66219750f500
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cac9c443-69a2-430b-b383-5ccf1b936179
ServiceInvariantUUID:e194c4b7-d6cb-4b6f-8468-e81eeb636772
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:3a11b79e-69c8-4098-8801-c4ea3e0bcd6b
ArtifactChecksum:Mzk1ZDU3MjcyMTQ3ODNiOWNjNGRiZmFlYjMyNTc2MjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:46e273b4-5bcf-42aa-8b9e-4596aeab0b05
ResourceInvariantUUID:5bd45efe-37a6-4cab-9ea5-10829dae7a23
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1f4f1e8d-e94b-4d20-a73a-5e3b8af35a7d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-25T08:01:58.593Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cac9c443-69a2-430b-b383-5ccf1b936179 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-09-25T08:01:58.617Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:01:58.618Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:01:58.618Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:01:58.619Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3a11b79e-69c8-4098-8801-c4ea3e0bcd6b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T08:01:58.619Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:01:58.619Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T08:02:01.829Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:02:01.832Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3a11b79e-69c8-4098-8801-c4ea3e0bcd6b 52177
2021-09-25T08:02:01.832Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-25T08:02:01.832Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T08:02:01.833Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:02:01.833Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:02:01.835Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:02:01.835Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556921832,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T08:02:01.935Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:02:01.936Z||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-09-25T08:02:01.936Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:02:01.950Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:02:01.951Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:02:02.836Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:02:02.837Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:02:02.837Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3a11b79e-69c8-4098-8801-c4ea3e0bcd6b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:02.858Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-25T08:02:02.859Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:02.859Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.060Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9685518052475776958/Definitions/service-BasicNetwork-template.yml
2021-09-25T08:02:03.556Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T08:02:03.557Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-25T08:02:03.557Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.557Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-25T08:02:03.557Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.557Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.557Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.558Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.558Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.558Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.558Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.558Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.558Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-25T08:02:03.558Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:02:03.559Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.559Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-25T08:02:03.559Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-25T08:02:03.559Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:02:03.559Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:02:03.560Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.560Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-25T08:02:03.560Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-25T08:02:03.560Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:02:03.560Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:02:03.560Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.561Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:02:03.561Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.561Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:02:03.561Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.561Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:02:03.562Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.562Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:02:03.562Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.562Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:cac9c443-69a2-430b-b383-5ccf1b936179
Model Version:NULL
Model InvariantUuid:e194c4b7-d6cb-4b6f-8468-e81eeb636772
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5bd45efe-37a6-4cab-9ea5-10829dae7a23
Model UUID:8431e476-7334-474f-acf3-b3b6902ae3d4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:46e273b4-5bcf-42aa-8b9e-4596aeab0b05
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-25T08:02:03.568Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 1f4f1e8d-e94b-4d20-a73a-5e3b8af35a7d
2021-09-25T08:02:03.568Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||No resources found for Service: cac9c443-69a2-430b-b383-5ccf1b936179
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T08:02:03.577Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||
2021-09-25T08:02:03.577Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-25T08:02:03.578Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||No resources found for Service: cac9c443-69a2-430b-b383-5ccf1b936179
2021-09-25T08:02:03.579Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: cac9c443-69a2-430b-b383-5ccf1b936179
2021-09-25T08:02:03.579Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-25T08:02:03.579Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T08:02:03.584Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fc4a5dc, org.onap.sdc.toscaparser.api.parameters.Input@47edb250, org.onap.sdc.toscaparser.api.parameters.Input@7afcfdc9, org.onap.sdc.toscaparser.api.parameters.Input@606bb57d, org.onap.sdc.toscaparser.api.parameters.Input@1afb06e9]
2021-09-25T08:02:03.585Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:02:03.585Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.586Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:02:03.586Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.586Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid cac9c443-69a2-430b-b383-5ccf1b936179: Generic NeutronNet
2021-09-25T08:02:03.586Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:02:03.586Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.587Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:02:03.587Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-25T08:02:03.631Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:02:03.632Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.632Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:02:03.632Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.632Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:02:03.633Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.633Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-25T08:02:03.690Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-25T08:02:03.691Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-25T08:02:03.691Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.691Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:02:03.691Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:02:03.694Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:02:03.694Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556923691,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T08:02:03.794Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:02:03.795Z||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-09-25T08:02:03.795Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:02:03.808Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:02:03.808Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:02:04.695Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
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-09-25T08:02:04.703Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
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-09-25T08:02:04.705Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:02:04.705Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:02:04.706Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:02:34.706Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
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-09-25T08:02:34.714Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
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-09-25T08:02:34.715Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:02:34.715Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:02:34.716Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:02:55.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:02:55.916Z||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-09-25T08:02:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:02:56.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:02:56.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:02:56.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "policy-id",
"timestamp": 1632556916451,
"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-09-25T08:02:56.063Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f21c06a4-bbcc-4999-81c7-66219750f500
2021-09-25T08:02:56.063Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f21c06a4-bbcc-4999-81c7-66219750f500 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-09-25T08:03:04.716Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
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-09-25T08:03:04.725Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
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-09-25T08:03:04.731Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:03:04.731Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:03:04.732Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:03:34.732Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
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-09-25T08:03:34.749Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
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-09-25T08:03:34.751Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:03:34.751Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:03:34.751Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:03:55.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:03:55.918Z||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-09-25T08:03:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:03:56.447Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:03:56.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556915914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T08:03:56.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T08:03:56.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556915914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T08:03:56.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T08:03:56.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632556917418,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T08:03:56.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T08:03:56.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "dcae-sch",
"timestamp": 1632556917816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T08:03:56.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632556917418,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "dcae-sch",
"timestamp": 1632556917816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556921832,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T08:03:56.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632556923055,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T08:03:56.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632556923691,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T08:03:56.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632556924697,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T08:03:56.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632556925702,
"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-09-25T08:03:56.464Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f21c06a4-bbcc-4999-81c7-66219750f500
2021-09-25T08:03:56.464Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f21c06a4-bbcc-4999-81c7-66219750f500 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-09-25T08:03:56.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "aai-ml",
"timestamp": 1632556925223,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T08:03:56.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T08:03:56.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "aai-ml",
"timestamp": 1632556925223,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T08:03:56.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T08:03:56.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "aai-ml",
"timestamp": 1632556928737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T08:03:56.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "clamp",
"timestamp": 1632556928469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T08:03:56.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "clamp",
"timestamp": 1632556928469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "aai-ml",
"timestamp": 1632556934133,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "clamp",
"timestamp": 1632556934248,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T08:03:56.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "aai-ml",
"timestamp": 1632556935138,
"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-09-25T08:03:56.483Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f21c06a4-bbcc-4999-81c7-66219750f500
2021-09-25T08:03:56.484Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f21c06a4-bbcc-4999-81c7-66219750f500 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-09-25T08:03:56.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "clamp",
"timestamp": 1632556936261,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-25T08:03:56.491Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "clamp",
"timestamp": 1632556937264,
"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-09-25T08:03:56.494Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f21c06a4-bbcc-4999-81c7-66219750f500
2021-09-25T08:03:56.494Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f21c06a4-bbcc-4999-81c7-66219750f500 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-09-25T08:04:04.752Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
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-09-25T08:04:04.760Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
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-09-25T08:04:04.763Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:04:04.763Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T08:04:04.763Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T08:04:04.763Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T08:04:04.764Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T08:04:04.764Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T08:04:04.764Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T08:04:04.764Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T08:04:04.764Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T08:04:04.764Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-25T08:04:04.764Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T08:04:04.768Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T08:04:34.769Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500 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-09-25T08:04:34.780Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f21c06a4-bbcc-4999-81c7-66219750f500 and serviceModelVersionId: cac9c443-69a2-430b-b383-5ccf1b936179
2021-09-25T08:04:34.780Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e194c4b7-d6cb-4b6f-8468-e81eeb636772
2021-09-25T08:04:34.781Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e194c4b7-d6cb-4b6f-8468-e81eeb636772/model-vers/model-ver/cac9c443-69a2-430b-b383-5ccf1b936179?depth=0
2021-09-25T08:04:34.789Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T08:04:34.860Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e194c4b7-d6cb-4b6f-8468-e81eeb636772/model-vers/model-ver/cac9c443-69a2-430b-b383-5ccf1b936179?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-09-25T08:04:34.861Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e194c4b7-d6cb-4b6f-8468-e81eeb636772/model-vers/model-ver/cac9c443-69a2-430b-b383-5ccf1b936179?depth=0|INFO|500||Invoke
2021-09-25T08:04:34.889Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e194c4b7-d6cb-4b6f-8468-e81eeb636772/model-vers/model-ver/cac9c443-69a2-430b-b383-5ccf1b936179?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-25T08:04:35.001Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e194c4b7-d6cb-4b6f-8468-e81eeb636772/model-vers/model-ver/cac9c443-69a2-430b-b383-5ccf1b936179?depth=0|INFO|500||InvokeReturn
2021-09-25T08:04:35.002Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e194c4b7-d6cb-4b6f-8468-e81eeb636772/model-vers/model-ver/cac9c443-69a2-430b-b383-5ccf1b936179?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210925-08:04:34:896-52080], vertex-id=[217208], Content-Length=[0], Date=[Sat, 25 Sep 2021 08:04:34 GMT], Content-Type=[application/json]}
2021-09-25T08:04:35.002Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T08:04:35.003Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T08:04:35.003Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T08:04:35.019Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-25T08:04:35.020Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f21c06a4-bbcc-4999-81c7-66219750f500 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T08:04:35.021Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T08:04:35.021Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:35.024Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:35.025Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632557075020,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:04:35.124Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:04:35.126Z||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-09-25T08:04:35.126Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:35.141Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:04:35.142Z||pool-39-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-09-25T08:04:36.037Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:04:36.037Z|f21c06a4-bbcc-4999-81c7-66219750f500|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-09-25T08:04:36.037Z|f21c06a4-bbcc-4999-81c7-66219750f500|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:40.461Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:04:40.462Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:04:40.463Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab78ee18-db14-40e2-846d-2188890bc7a9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d9ec9b5b-7c45-4ea3-97e6-435d66675f9d","serviceDescription":"service","serviceInvariantUUID":"572d01e1-082d-47a5-a831-bc168cfb6752","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6b6ae31b-493c-4e39-85b1-96ad6188e816","resourceInvariantUUID":"1fd82293-d9d9-4a04-bf21-30fa13f44f82","resourceCustomizationUUID":"29058908-292e-42da-aba1-d8edd3b8edf1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MjAwOTVjYzU5MDQ0N2QyYjMxNTgyNDE5MDNjNTM3NjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1fdbabd1-f867-45c4-b622-a9891ec79eb6","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"N2IzYTY0YjE0YTE2OThhMGNjNmVjMzk4OWMyYjVhMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"24bc27e4-80cf-4d60-9b1d-8b00fe0a0d30","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"478962df-8296-4078-b3f2-6abb9b414ae0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6391d6c8-1962-4281-aa54-bf3083a81c2c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8c711744-f4f1-4079-a575-244b72e613be","artifactVersion":"2","generatedFromUUID":"478962df-8296-4078-b3f2-6abb9b414ae0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2RmOTJkNzZmMzNjMTJmMmFlMWUzM2EyODdhYjcxYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77ed3495-98c4-474e-baea-67c38657cee0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjA1YTU1YTI3ODMxY2EyMDczNDIwMzdjYzcyOGYyNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b07e7a8f-d775-4ee8-b384-b55d25f6766e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T08:04:40.465Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:04:40.466Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:40.467Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:40.468Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632557076037,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T08:04:40.568Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:04:40.569Z||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-09-25T08:04:40.569Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:40.577Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:04:40.577Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:41.468Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:04:41.469Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:41.471Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:41.471Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632557076037,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-25T08:04:41.572Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:04:41.573Z||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-09-25T08:04:41.573Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:41.582Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:04:41.582Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:42.472Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:04:42.473Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:42.474Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:42.475Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632557076037,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-25T08:04:42.575Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:04:42.576Z||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-09-25T08:04:42.576Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:42.585Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:04:42.585Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:43.475Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:04:43.476Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:43.479Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:43.479Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632557076037,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-25T08:04:43.579Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:04:43.580Z||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-09-25T08:04:43.581Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:43.599Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:04:43.601Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:44.483Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:04:44.484Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:44.486Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:44.486Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632557076037,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-25T08:04:44.586Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:04:44.587Z||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-09-25T08:04:44.587Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:44.605Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:04:44.606Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:45.487Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:04:45.488Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:45.491Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:45.491Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632557076037,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-25T08:04:45.591Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:04:45.592Z||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-09-25T08:04:45.593Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:45.608Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:04:45.609Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:04:46.492Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:04:46.493Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:46.495Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:46.495Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632557076037,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-25T08:04:46.602Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-09-25T08:04:46.604Z||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-09-25T08:04:46.604Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:46.621Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:04:46.621Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:04:47.496Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "d9ec9b5b-7c45-4ea3-97e6-435d66675f9d",
"serviceDescription": "service",
"serviceInvariantUUID": "572d01e1-082d-47a5-a831-bc168cfb6752",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "29058908-292e-42da-aba1-d8edd3b8edf1",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6b6ae31b-493c-4e39-85b1-96ad6188e816",
"resourceInvariantUUID": "1fd82293-d9d9-4a04-bf21-30fa13f44f82",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "N2IzYTY0YjE0YTE2OThhMGNjNmVjMzk4OWMyYjVhMGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "24bc27e4-80cf-4d60-9b1d-8b00fe0a0d30",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "478962df-8296-4078-b3f2-6abb9b414ae0",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8c711744-f4f1-4079-a575-244b72e613be",
"generatedFromUUID": "478962df-8296-4078-b3f2-6abb9b414ae0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8c711744-f4f1-4079-a575-244b72e613be",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YjA1YTU1YTI3ODMxY2EyMDczNDIwMzdjYzcyOGYyNzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b07e7a8f-d775-4ee8-b384-b55d25f6766e"
}
],
"workloadContext": "Production"
}
2021-09-25T08:04:47.497Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T08:04:47.497Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d9ec9b5b-7c45-4ea3-97e6-435d66675f9d ASDC
2021-09-25T08:04:47.498Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ab78ee18-db14-40e2-846d-2188890bc7a9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d9ec9b5b-7c45-4ea3-97e6-435d66675f9d
ServiceInvariantUUID:572d01e1-082d-47a5-a831-bc168cfb6752
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:b07e7a8f-d775-4ee8-b384-b55d25f6766e
ArtifactChecksum:YjA1YTU1YTI3ODMxY2EyMDczNDIwMzdjYzcyOGYyNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:29058908-292e-42da-aba1-d8edd3b8edf1
ResourceInvariantUUID:1fd82293-d9d9-4a04-bf21-30fa13f44f82
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:6b6ae31b-493c-4e39-85b1-96ad6188e816
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:24bc27e4-80cf-4d60-9b1d-8b00fe0a0d30
ArtifactChecksum:N2IzYTY0YjE0YTE2OThhMGNjNmVjMzk4OWMyYjVhMGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:478962df-8296-4078-b3f2-6abb9b414ae0
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:8c711744-f4f1-4079-a575-244b72e613be
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:8c711744-f4f1-4079-a575-244b72e613be
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-25T08:04:47.498Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d9ec9b5b-7c45-4ea3-97e6-435d66675f9d 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-09-25T08:04:47.532Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:04:47.532Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:04:47.533Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:04:47.533Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b07e7a8f-d775-4ee8-b384-b55d25f6766e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-25T08:04:47.533Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:04:47.533Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-25T08:04:48.149Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:04:48.152Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b07e7a8f-d775-4ee8-b384-b55d25f6766e 70851
2021-09-25T08:04:48.153Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-25T08:04:48.153Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-25T08:04:48.153Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:04:48.153Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:48.155Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:48.155Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632557088153,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-25T08:04:48.256Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:04:48.256Z||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-09-25T08:04:48.257Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:48.328Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-25T08:04:48.328Z||pool-47-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:49.156Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:04:49.157Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:04:49.157Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b07e7a8f-d775-4ee8-b384-b55d25f6766e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:49.158Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-25T08:04:49.158Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:49.158Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:49.573Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7990938732525830695/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-25T08:04:50.814Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T08:04:50.815Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-25T08:04:50.815Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.815Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-25T08:04:50.815Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.815Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.815Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.815Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.816Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.816Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.816Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.816Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.817Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.818Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-25T08:04:50.818Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:04:50.818Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:50.818Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T08:04:50.818Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-25T08:04:50.819Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:04:50.819Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:04:50.819Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:50.819Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T08:04:50.819Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-25T08:04:50.820Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:04:50.820Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:04:50.820Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:50.820Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:04:50.820Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-25T08:04:50.820Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-25T08:04:50.821Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-25T08:04:50.821Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-25T08:04:50.821Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T08:04:50.821Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T08:04:50.821Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:04:50.821Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T08:04:50.822Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:04:50.822Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T08:04:50.822Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:04:50.822Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:04:50.822Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T08:04:50.822Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:04:50.823Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-25T08:04:50.823Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T08:04:50.823Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:04:50.823Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery