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-23T06:45:03.372Z||main|||||INFO|500||The following profiles are active: basic
2021-09-23T06:45:20.100Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-23T06:45:20.102Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-23T06:45:20.259Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-23T06:45:25.944Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-23T06:45:26.589Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-23T06:45:27.541Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-23T06:45:27.550Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-23T06:45:27.793Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-23T06:45:28.406Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-23T06:45:29.384Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-23T06:45:36.918Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-23T06:45:39.397Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-23T06:45:39.465Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-23T06:45:40.051Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-23T06:45:40.221Z||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-23T06:45:41.488Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-23T06:45:42.616Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-23T06:45:42.644Z||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$$cb299728.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-23T06:45:42.646Z||main|||||WARN|500||The sdc end point is not alive
2021-09-23T06:45:45.886Z||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-23T06:45:49.005Z||main|||||WARN|500||---
2021-09-23T06:45:49.005Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-23T06:45:49.006Z||main|||||WARN|500||---
2021-09-23T06:45:49.530Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-23T06:45:55.021Z||main|||||INFO|500||Started Application in 56.205 seconds (JVM running for 60.8)
2021-09-23T06:45:55.041Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-23T06:45:55.064Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-23T06:45:55.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-23T06:45:55.120Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-23T06:45:55.182Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b4d3f83e-be47-4327-a42e-99e8674dafa5 url= /sdc/v1/artifactTypes
2021-09-23T06:45:55.182Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-23T06:45:55.472Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-23T06:45:55.491Z||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-23T06:45:55.513Z||scheduling-1|||||DEBUG|500||create keys
2021-09-23T06:45:55.521Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-23T06:45:55.600Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:45:55.623Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3078892e-7f25-455b-b4ab-789d05372fa5 url= /sdc/v1/registerForDistribution
2021-09-23T06:45:55.817Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3078892e-7f25-455b-b4ab-789d05372fa5 url= /sdc/v1/registerForDistribution
2021-09-23T06:45:55.818Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-23T06:45:55.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:45:55.855Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:45:55.861Z||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-23T06:45:55.861Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:45:55.861Z||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-23T06:45:55.861Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:45:55.862Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-23T06:46:06.315Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:46:06.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:46:55.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:46:55.855Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:46:55.857Z||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-23T06:46:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:46:55.860Z||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-23T06:46:55.860Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:47:05.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:47:05.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:47:55.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:47:55.851Z||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-23T06:47:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:47:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:47:55.854Z||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-23T06:47:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:48:05.469Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:48:05.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:48:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:48:55.853Z||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-23T06:48:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:48:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:48:55.854Z||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-23T06:48:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:49:05.455Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:49:05.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:49:55.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:49:55.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:49:55.856Z||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-23T06:49:55.857Z||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-23T06:49:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:49:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:50:05.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:50:05.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:50:55.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:50:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:50:55.855Z||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-23T06:50:55.855Z||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-23T06:50:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:50:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:51:05.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:51:05.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:51:55.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:51:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:51:55.856Z||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-23T06:51:55.856Z||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-23T06:51:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:51:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:52:05.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:52:05.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:52:55.850Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:52:55.853Z||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-23T06:52:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:52:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:52:55.854Z||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-23T06:52:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:53:05.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:53:05.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:53:55.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:53:55.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:53:55.856Z||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-23T06:53:55.856Z||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-23T06:53:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:53:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:54:05.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:54:05.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:54:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:54:55.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:54:55.859Z||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-23T06:54:55.860Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:54:55.859Z||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-23T06:54:55.860Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:55:05.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:55:05.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:55:34.019Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-23T06:55:55.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:55:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:55:55.856Z||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-23T06:55:55.856Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T06:55:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:55:55.857Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:56:05.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:56:05.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:56:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:56:55.851Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T06:56:55.851Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:56:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:56:55.854Z||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-23T06:56:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:57:05.473Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:57:05.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:57:55.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:57:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:57:55.855Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T06:57:55.855Z||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-23T06:57:55.856Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:57:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:58:05.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:58:05.475Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:58:55.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:58:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:58:55.857Z||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-23T06:58:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:58:55.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T06:58:55.859Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:59:05.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:59:05.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T06:59:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:59:55.852Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T06:59:55.852Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T06:59:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T06:59:55.855Z||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-23T06:59:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:00:05.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:00:05.459Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:00:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:00:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:00:55.854Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T07:00:55.854Z||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-23T07:00:55.854Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:00:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:01:05.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:01:05.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:01:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:01:55.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:01:55.855Z||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-23T07:01:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:01:55.855Z||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-23T07:01:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:02:05.412Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:02:05.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:02:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:02:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:02:55.854Z||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-23T07:02:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:02:55.854Z||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-23T07:02:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:03:05.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:03:05.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:03:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:03:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:03:55.854Z||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-23T07:03:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:03:55.854Z||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-23T07:03:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:04:05.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:04:05.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:04:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:04:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:04:55.856Z||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-23T07:04:55.856Z||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-23T07:04:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:04:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:05:05.470Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:05:05.474Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:05:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:05:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:05:55.856Z||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-23T07:05:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:05:55.856Z||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-23T07:05:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:06:05.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:06:05.454Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:06:55.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:06:55.851Z||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-23T07:06:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:06:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:06:55.854Z||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-23T07:06:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:07:05.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:07:05.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:07:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:07:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:07:55.854Z||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-23T07:07:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:07:55.854Z||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-23T07:07:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:08:05.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:08:05.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:08:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:08:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:08:55.855Z||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-23T07:08:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:08:55.858Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T07:08:55.858Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:09:05.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:09:05.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:09:55.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:09:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:09:55.857Z||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-23T07:09:55.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T07:09:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:09:55.858Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:10:05.429Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:10:05.445Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:10:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:10:55.851Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T07:10:55.851Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:10:55.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:10:55.855Z||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-23T07:10:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:11:05.416Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:11:05.418Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:11:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:11:55.853Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T07:11:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:11:55.854Z||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-23T07:11:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:11:55.853Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:12:05.423Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:12:05.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:12:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:12:55.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:12:55.855Z||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-23T07:12:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:12:55.855Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T07:12:55.856Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:13:05.427Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:13:05.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:13:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:13:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:13:55.857Z||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-23T07:13:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:13:55.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T07:13:55.857Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:14:05.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:14:05.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:14:55.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:14:55.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:14:55.858Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T07:14:55.858Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:14:55.858Z||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-23T07:14:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:15:05.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:15:05.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:15:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:15:55.851Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T07:15:55.851Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:15:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:15:55.854Z||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-23T07:15:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:16:05.439Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:16:05.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:16:55.851Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:16:55.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:16:55.854Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T07:16:55.854Z||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-23T07:16:55.855Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:16:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:17:05.422Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:17:05.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:17:55.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:17:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:17:55.855Z||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-23T07:17:55.855Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T07:17:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:17:55.855Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:18:05.461Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:18:05.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:18:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:18:55.855Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:18:55.855Z||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-23T07:18:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:18:55.855Z||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-23T07:18:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:19:05.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:19:05.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:19:55.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:19:55.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:19:55.857Z||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-23T07:19:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:19:55.857Z||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-23T07:19:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:20:05.448Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:20:05.456Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:20:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:20:55.851Z||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-23T07:20:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:20:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:20:55.854Z||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-23T07:20:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:21:05.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:21:05.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:21:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:21:55.853Z||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-23T07:21:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:21:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:21:55.854Z||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-23T07:21:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:22:05.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:22:05.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:22:55.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:22:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:22:55.857Z||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-23T07:22:55.857Z||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-23T07:22:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:22:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:23:05.432Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:23:05.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:23:55.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:23:55.851Z||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-23T07:23:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:23:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:23:55.854Z||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-23T07:23:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:24:05.412Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:24:05.412Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:24:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:24:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:24:55.853Z||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-23T07:24:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:24:55.854Z||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-23T07:24:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:25:05.407Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:25:05.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:25:55.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:25:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:25:55.855Z||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-23T07:25:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:25:55.855Z||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-23T07:25:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:26:05.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:26:05.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:26:55.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:26:55.851Z||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-23T07:26:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:26:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:26:55.854Z||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-23T07:26:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:27:05.417Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:27:05.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:27:55.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:27:55.852Z||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-23T07:27:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:27:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:27:55.855Z||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-23T07:27:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:28:05.415Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:28:05.420Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:28:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:28:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:28:55.854Z||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-23T07:28:55.854Z||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-23T07:28:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:28:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:29:05.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:29:05.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:29:55.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:29:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:29:55.857Z||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-23T07:29:55.857Z||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-23T07:29:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:29:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:30:05.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:30:05.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:30:55.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:30:55.851Z||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-23T07:30:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:30:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:30:55.854Z||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-23T07:30:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:31:05.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:31:05.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:31:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:31:55.853Z||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-23T07:31:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:31:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:31:55.854Z||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-23T07:31:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:32:05.404Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:32:05.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:32:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:32:55.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:32:55.854Z||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-23T07:32:55.854Z||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-23T07:32:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:32:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:33:05.417Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:33:05.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:33:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:33:55.852Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:33:55.858Z||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-23T07:33:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:33:55.858Z||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-23T07:33:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:34:05.448Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:34:05.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:34:55.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:34:55.852Z||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-23T07:34:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:34:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:34:55.854Z||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-23T07:34:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:35:05.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:35:05.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:35:55.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:35:55.853Z||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-23T07:35:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:35:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:35:55.854Z||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-23T07:35:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:36:05.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:36:05.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:36:55.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:36:55.853Z||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-23T07:36:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:36:55.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:36:55.854Z||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-23T07:36:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:37:05.456Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:37:05.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:37:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:37:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:37:55.858Z||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-23T07:37:55.858Z||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-23T07:37:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:37:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:38:05.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:38:05.429Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:38:55.850Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:38:55.852Z||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-23T07:38:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:38:55.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:38:55.856Z||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-23T07:38:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:39:05.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:39:05.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:39:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:39:55.854Z||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-23T07:39:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:39:55.855Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:39:55.856Z||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-23T07:39:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:40:05.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:40:05.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:40:55.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:40:55.853Z||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-23T07:40:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:40:55.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:40:55.854Z||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-23T07:40:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:41:05.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:41:05.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:41:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:41:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:41:55.853Z||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-23T07:41:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:41:55.854Z||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-23T07:41:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:42:05.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:42:05.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:42:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:42:55.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:42:55.858Z||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-23T07:42:55.858Z||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-23T07:42:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:42:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:43:05.474Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:43:05.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:43:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:43:55.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:43:55.854Z||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-23T07:43:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:43:55.854Z||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-23T07:43:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:44:05.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:44:05.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:44:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:44:55.852Z||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-23T07:44:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:44:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:44:55.854Z||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-23T07:44:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:45:05.469Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:45:05.470Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:45:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:45:55.853Z||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-23T07:45:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:45:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:45:55.854Z||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-23T07:45:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:46:05.431Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:46:05.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:46:55.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:46:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:46:55.854Z||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-23T07:46:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:46:55.854Z||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-23T07:46:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:47:05.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:47:05.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:47:55.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:47:55.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:47:55.858Z||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-23T07:47:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:47:55.858Z||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-23T07:47:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:48:05.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:48:05.455Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:48:55.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:48:55.851Z||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-23T07:48:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:48:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:48:55.854Z||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-23T07:48:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:49:05.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:49:05.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:49:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:49:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:49:55.855Z||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-23T07:49:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:49:55.861Z||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-23T07:49:55.861Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:50:05.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:50:05.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:50:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:50:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:50:55.854Z||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-23T07:50:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:50:55.854Z||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-23T07:50:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:51:05.429Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:51:05.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:51:55.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:51:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:51:55.858Z||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-23T07:51:55.858Z||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-23T07:51:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:51:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:52:05.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:52:05.457Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:52:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:52:55.851Z||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-23T07:52:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:52:55.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:52:55.854Z||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-23T07:52:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:53:05.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:53:05.470Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:53:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:53:55.853Z||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-23T07:53:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:53:55.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:53:55.856Z||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-23T07:53:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:54:05.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:54:05.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:54:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:54:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:54:55.856Z||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-23T07:54:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:54:55.859Z||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-23T07:54:55.860Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:55:05.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:55:05.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:55:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:55:55.851Z||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-23T07:55:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:55:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:55:55.854Z||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-23T07:55:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:56:05.416Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:56:05.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:56:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:56:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:56:55.854Z||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-23T07:56:55.853Z||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-23T07:56:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:56:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:57:05.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:57:05.429Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:57:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:57:55.852Z||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-23T07:57:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:57:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:57:55.854Z||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-23T07:57:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:58:05.417Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:58:05.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:58:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:58:55.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:58:55.858Z||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-23T07:58:55.858Z||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-23T07:58:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:58:55.859Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:59:05.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:59:05.458Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:59:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:59:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:59:55.857Z||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-23T07:59:55.857Z||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-23T07:59:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T07:59:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:00:05.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:00:05.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:00:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:00:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:00:55.855Z||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-23T08:00:55.855Z||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-23T08:00:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:00:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:01:05.449Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:01:05.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:01:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:01:55.851Z||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-23T08:01:55.851Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:01:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:01:55.854Z||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-23T08:01:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:02:05.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:02:05.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:02:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:02:55.852Z||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-23T08:02:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:02:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:02:55.854Z||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-23T08:02:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:03:05.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:03:05.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:03:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:03:55.852Z||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-23T08:03:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:03:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:03:55.854Z||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-23T08:03:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:04:05.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:04:05.410Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:04:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:04:55.853Z||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-23T08:04:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:04:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:04:55.854Z||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-23T08:04:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:05:05.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:05:05.443Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:05:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:05:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:05:55.856Z||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-23T08:05:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:05:55.856Z||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-23T08:05:55.862Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:06:05.455Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:06:05.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:06:55.850Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:06:55.852Z||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-23T08:06:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:06:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:06:55.854Z||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-23T08:06:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:07:05.406Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:07:05.406Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:07:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:07:55.852Z||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-23T08:07:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:07:55.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:07:55.854Z||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-23T08:07:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:08:05.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:08:05.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:08:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:08:55.853Z||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-23T08:08:55.853Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:08:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:08:55.854Z||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-23T08:08:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:09:05.425Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:09:05.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:09:55.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:09:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:09:55.857Z||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-23T08:09:55.857Z||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-23T08:09:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:09:55.858Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:10:05.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:10:05.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:10:55.851Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:10:55.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:10:55.857Z||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-23T08:10:55.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:10:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:10:55.857Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:11:05.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:11:05.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:11:55.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:11:55.851Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:11:55.852Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:11:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:11:55.854Z||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-23T08:11:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:12:05.409Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:12:05.409Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:12:55.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:12:55.852Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:12:55.853Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:12:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:12:55.854Z||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-23T08:12:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:13:05.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:13:05.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:13:55.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:13:55.852Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:13:55.852Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:13:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:13:55.854Z||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-23T08:13:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:14:05.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:14:05.449Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:14:55.851Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:14:55.853Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:14:55.853Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:14:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:14:55.854Z||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-23T08:14:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:15:05.456Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:15:05.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:15:55.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:15:55.852Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:15:55.853Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:15:55.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:15:55.854Z||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-23T08:15:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:16:05.459Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:16:05.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:16:55.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:16:55.852Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:16:55.852Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:16:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:16:55.854Z||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-23T08:16:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:17:05.411Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:17:05.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:17:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:17:55.851Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:17:55.851Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:17:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:17:55.854Z||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-23T08:17:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:18:05.424Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:18:05.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:18:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:18:55.853Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:18:55.853Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:18:55.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:18:55.855Z||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-23T08:18:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:19:05.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:19:05.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:19:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:19:55.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:19:55.854Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:19:55.854Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:19:55.854Z||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-23T08:19:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:20:05.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:20:05.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:20:55.851Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:20:55.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:20:55.857Z||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-23T08:20:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:20:55.860Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:20:55.860Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:21:05.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:21:05.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:21:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:21:55.851Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:21:55.851Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:21:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:21:55.854Z||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-23T08:21:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:22:05.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:22:05.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:22:55.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:22:55.852Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:22:55.852Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:22:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:22:55.854Z||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-23T08:22:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:23:05.401Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:23:05.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:23:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:23:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:23:55.854Z||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-23T08:23:55.854Z||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-23T08:23:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:23:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:24:05.427Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:24:05.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:24:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:24:55.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:24:55.856Z||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-23T08:24:55.856Z||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-23T08:24:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:24:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:25:05.457Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:25:05.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:25:55.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:25:55.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:25:55.854Z||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-23T08:25:55.854Z||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-23T08:25:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:25:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:26:05.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:26:05.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:26:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:26:55.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:26:55.854Z||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-23T08:26:55.854Z||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-23T08:26:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:26:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:27:05.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:27:05.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:27:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:27:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:27:55.856Z||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-23T08:27:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:27:55.856Z||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-23T08:27:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:28:05.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:28:05.455Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:28:55.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:28:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:28:55.855Z||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-23T08:28:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:28:55.855Z||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-23T08:28:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:28:56.024Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:28:56.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632385723768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385721600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "cds",
"timestamp": 1632385723175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385721600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "NOTIFIED"
}
2021-09-23T08:28:56.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632385723768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "cds",
"timestamp": 1632385723175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385721600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-23T08:28:56.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632385723768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "cds",
"timestamp": 1632385723175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385721600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632385723768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "cds",
"timestamp": 1632385723175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385721600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-23T08:28:56.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632385723768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "cds",
"timestamp": 1632385723175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "policy-id",
"timestamp": 1632385732783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385721600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632385723768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "cds",
"timestamp": 1632385723175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385733769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "policy-id",
"timestamp": 1632385732783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "dcae-sch",
"timestamp": 1632385734179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385721600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:28:56.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632385723768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "cds",
"timestamp": 1632385723175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:28:56.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "aai-ml",
"timestamp": 1632385734374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385733769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "policy-id",
"timestamp": 1632385732783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-23T08:28:56.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:28:56.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:28:56.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T08:28:56.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"121db0be-00a5-4fc0-895a-48e0d0cc0e3a","serviceName":"vFW 2021-09-23 08-25-59","serviceVersion":"1.0","serviceUUID":"04acefcd-4384-4bc9-85f4-4d325b14f594","serviceDescription":"catalog service description","serviceInvariantUUID":"877d9e77-c92f-4af0-a159-bc6486c2cd8a","resources":[{"resourceInstanceName":"vFW 73132645-949f 0","resourceName":"vFW 73132645-949f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"066eb034-f486-4270-8277-4d5856dc943e","resourceInvariantUUID":"99cb5870-11e0-445e-a3fe-737ee03607c7","resourceCustomizationUUID":"74c12d11-d320-434c-b9a8-cc5223580247","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml","artifactChecksum":"NWEyYTIwOGZmNTQ4ZmEwODQ0MzFjNmQzYjM0MmM5MTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c8d1688-13a1-48a5-b4e4-6639f3b20312","artifactVersion":"1"},{"artifactName":"vfw73132645949f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json","artifactChecksum":"NmI0NDRhNjU2MGEzZTY3MzQxYmUwZGUyNjVhNDA2MjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1563e6f-50c8-4fe8-bb4f-a8b32f373038","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d7674835-40dd-4c2e-8ce2-23c21c879b7b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNhYzczYzY3OTA3MTJkNmNmMGY5YmRmMWY4YjU0Yjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e88d8efc-b145-4f79-a923-f1293d9bf342","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"afb5ec7c-ca0e-4b15-a943-eef0c019cbd7","artifactVersion":"2","generatedFromUUID":"d7674835-40dd-4c2e-8ce2-23c21c879b7b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210923082559-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml","artifactChecksum":"MDQ0MzJjN2I4ZDUwZjkzYzk1YzVjYTIzNzg3Y2M1YTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9682db94-19b9-40cd-9fe4-7f89ddb1a6ed","artifactVersion":"1"},{"artifactName":"service-Vfw20210923082559-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar","artifactChecksum":"MmJlYzJlNDA3NjU3NDJhMTMyNDk2YjQ1ZTQ2OWJhMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ef99abb-469a-4934-b552-00afa81235cc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T08:28:56.507Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:28:56.516Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:28:56.539Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:28:56.539Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385735851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:56.639Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2021-09-23T08:28:56.645Z||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-23T08:28:56.645Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:28:56.657Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:28:56.660Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:28:57.558Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:28:57.559Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:28:57.560Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:28:57.561Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385735851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "NOTIFIED"
}
2021-09-23T08:28:57.663Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-23T08:28:57.664Z||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-23T08:28:57.665Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:28:57.691Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:28:57.693Z||pool-4-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:28:58.561Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:28:58.562Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:28:58.568Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:28:58.568Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385735851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-23T08:28:58.668Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:28:58.668Z||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-23T08:28:58.668Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:28:58.678Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:28:58.678Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:28:59.569Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:28:59.569Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:28:59.571Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:28:59.572Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385735851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:28:59.675Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-23T08:28:59.676Z||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-23T08:28:59.676Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:28:59.687Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:28:59.687Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:29:00.576Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:29:00.576Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:00.578Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:00.578Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385735851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-23T08:29:00.680Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-23T08:29:00.681Z||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-23T08:29:00.681Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:00.690Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:29:00.691Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:29:01.579Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:29:01.580Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:01.582Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:01.583Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385735851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:29:01.683Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:29:01.683Z||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-23T08:29:01.683Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:01.695Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:29:01.696Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:29:02.583Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:29:02.584Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:02.585Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:02.586Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385735851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:29:02.686Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:29:02.687Z||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-23T08:29:02.687Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:02.696Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:29:02.697Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:29:03.587Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"serviceName": "vFW 2021-09-23 08-25-59",
"serviceVersion": "1.0",
"serviceUUID": "04acefcd-4384-4bc9-85f4-4d325b14f594",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "877d9e77-c92f-4af0-a159-bc6486c2cd8a",
"resources": [
{
"resourceInstanceName": "vFW 73132645-949f 0",
"resourceCustomizationUUID": "74c12d11-d320-434c-b9a8-cc5223580247",
"resourceName": "vFW 73132645-949f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "066eb034-f486-4270-8277-4d5856dc943e",
"resourceInvariantUUID": "99cb5870-11e0-445e-a3fe-737ee03607c7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw73132645949f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"artifactChecksum": "NmI0NDRhNjU2MGEzZTY3MzQxYmUwZGUyNjVhNDA2MjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d1563e6f-50c8-4fe8-bb4f-a8b32f373038",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d7674835-40dd-4c2e-8ce2-23c21c879b7b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "afb5ec7c-ca0e-4b15-a943-eef0c019cbd7",
"generatedFromUUID": "d7674835-40dd-4c2e-8ce2-23c21c879b7b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "afb5ec7c-ca0e-4b15-a943-eef0c019cbd7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210923082559-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"artifactChecksum": "MmJlYzJlNDA3NjU3NDJhMTMyNDk2YjQ1ZTQ2OWJhMzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5ef99abb-469a-4934-b552-00afa81235cc"
}
],
"workloadContext": "Production"
}
2021-09-23T08:29:03.590Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T08:29:03.590Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 04acefcd-4384-4bc9-85f4-4d325b14f594 ASDC
2021-09-23T08:29:03.735Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:121db0be-00a5-4fc0-895a-48e0d0cc0e3a
ServiceName:vFW 2021-09-23 08-25-59
ServiceVersion:1.0
ServiceUUID:04acefcd-4384-4bc9-85f4-4d325b14f594
ServiceInvariantUUID:877d9e77-c92f-4af0-a159-bc6486c2cd8a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210923082559-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar
ArtifactUUID:5ef99abb-469a-4934-b552-00afa81235cc
ArtifactChecksum:MmJlYzJlNDA3NjU3NDJhMTMyNDk2YjQ1ZTQ2OWJhMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 73132645-949f 0
ResourceCustomizationUUID:74c12d11-d320-434c-b9a8-cc5223580247
ResourceInvariantUUID:99cb5870-11e0-445e-a3fe-737ee03607c7
ResourceName:vFW 73132645-949f
ResourceType:VF
ResourceUUID:066eb034-f486-4270-8277-4d5856dc943e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw73132645949f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json
ArtifactUUID:d1563e6f-50c8-4fe8-bb4f-a8b32f373038
ArtifactChecksum:NmI0NDRhNjU2MGEzZTY3MzQxYmUwZGUyNjVhNDA2MjE=
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/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml
ArtifactUUID:d7674835-40dd-4c2e-8ce2-23c21c879b7b
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/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env
ArtifactUUID:afb5ec7c-ca0e-4b15-a943-eef0c019cbd7
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/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env
ArtifactUUID:afb5ec7c-ca0e-4b15-a943-eef0c019cbd7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-23T08:29:03.736Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 04acefcd-4384-4bc9-85f4-4d325b14f594 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-23T08:29:04.006Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:29:04.008Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T08:29:04.009Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T08:29:04.009Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5ef99abb-469a-4934-b552-00afa81235cc from URL: /sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:04.010Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:29:04.011Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:06.358Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:29:06.376Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar 5ef99abb-469a-4934-b552-00afa81235cc 98762
2021-09-23T08:29:06.377Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar ASDC sendASDCNotification
2021-09-23T08:29:06.377Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:06.378Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:29:06.379Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:06.382Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:06.382Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385746376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:29:06.482Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:29:06.483Z||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-23T08:29:06.483Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:06.494Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:29:06.495Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:29:07.383Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:29:07.384Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T08:29:07.384Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5ef99abb-469a-4934-b552-00afa81235cc, URL: /sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar to file: /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:07.385Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210923082559-csar.csar
2021-09-23T08:29:07.533Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:07.533Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:08.391Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12068500478505269141/Definitions/service-Vfw20210923082559-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-09-23T08:29:11.007Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T08:29:11.013Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-23T08:29:11.013Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.013Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-23T08:29:11.013Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||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-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.013Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||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-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||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-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 73132645-949f 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-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.014Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.015Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.015Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:11.015Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-23T08:29:11.022Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:11.023Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:11.028Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:11.028Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-23T08:29:11.030Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:29:11.032Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:11.033Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:11.033Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:11.033Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-23T08:29:11.033Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:29:11.033Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:11.033Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:11.037Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:11.037Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is not matching search criteria
2021-09-23T08:29:11.037Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T08:29:11.037Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T08:29:11.037Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T08:29:11.037Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.038Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.038Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T08:29:11.038Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.038Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T08:29:11.038Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T08:29:11.038Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.038Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.039Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T08:29:11.039Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.039Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T08:29:11.039Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.039Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T08:29:11.040Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:11.040Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T08:29:11.041Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:11.041Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:11.041Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:11.041Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:11.042Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:11.042Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:11.042Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:11.042Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:11.042Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:11.043Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:11.043Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is not matching search criteria
2021-09-23T08:29:11.043Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T08:29:11.043Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T08:29:11.043Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-23T08:29:11.043Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T08:29:11.044Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T08:29:11.044Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.044Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.044Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T08:29:11.044Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.044Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T08:29:11.044Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.045Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=57696c4d-8df8-4b38-ba1f-eed6b438e827
2021-09-23T08:29:11.045Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:11.045Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is not matching search criteria
2021-09-23T08:29:11.045Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T08:29:11.045Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T08:29:11.045Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T08:29:11.046Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.046Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.046Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T08:29:11.046Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.046Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-23T08:29:11.046Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T08:29:11.046Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.047Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T08:29:11.047Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.047Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a19b0e84-ddff-42b3-9210-969540f25b68
2021-09-23T08:29:11.048Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:11.048Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is not matching search criteria
2021-09-23T08:29:11.048Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T08:29:11.048Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T08:29:11.048Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T08:29:11.049Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.049Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.049Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T08:29:11.049Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.049Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T08:29:11.049Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T08:29:11.050Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:11.050Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:11.050Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-23T08:29:11.050Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=04c8a526-acfe-48de-9da3-5945e4a2afce
2021-09-23T08:29:11.050Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:11.050Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:11.050Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:11.051Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:11.051Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:11.051Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:11.051Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:11.051Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:11.051Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-23 08-25-59
Description:catalog service description
Model UUID:04acefcd-4384-4bc9-85f4-4d325b14f594
Model Version:NULL
Model InvariantUuid:877d9e77-c92f-4af0-a159-bc6486c2cd8a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 73132645-949f
Model UUID:c9b24b54-74fa-45b5-a372-98a5930febc7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:99cb5870-11e0-445e-a3fe-737ee03607c7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:74c12d11-d320-434c-b9a8-cc5223580247
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:215afecb-2067-4774-817c-315e4460197a
ModelName:Vfw73132645949f..base_vfw..module-0
ModelUuid:949e7914-7c4d-45ba-bc19-91d88aa00297
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:57696c4d-8df8-4b38-ba1f-eed6b438e827
ModelInvariantUuid:ae93ea7d-d6e6-411d-b095-c9e148fc6831
ModelName:vFW 73132645-949f-nodes.vfwCvfc
ModelUuid:344940b0-7eba-45cb-9322-b9afacb9a236
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:87310ba6-ab3f-4190-8bd0-89945d4f128d
ModelInvariantUuid:05f17570-0ac8-4378-9abd-2942f57b5456
ModelName:Vfw73132645949f.compute.nodes.heat.vfw
ModelUuid:dff08c90-4859-421c-b76d-26aecab579b1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a19b0e84-ddff-42b3-9210-969540f25b68
ModelInvariantUuid:d6efe202-2221-46cb-979c-c8656a8225a0
ModelName:vFW 73132645-949f-nodes.vsnCvfc
ModelUuid:b14747a8-33c0-45c2-8167-af4aa73e101e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f51db26a-080f-49a4-ad50-c3e5ac4b1135
ModelInvariantUuid:32c62823-9ba9-483c-8531-4f2c3972bc0c
ModelName:Vfw73132645949f.compute.nodes.heat.vsn
ModelUuid:18a5f433-7bb2-4f17-becb-75a60ca5b461
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:04c8a526-acfe-48de-9da3-5945e4a2afce
ModelInvariantUuid:7021d205-a279-4199-bda6-f1ba06a6b607
ModelName:vFW 73132645-949f-nodes.vpgCvfc
ModelUuid:7e82fa76-8943-46e9-9423-4c56bcfc6b9a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1401cea4-2709-4d10-ba22-d2a81c630ab2
ModelInvariantUuid:eeb2b546-9a42-4e7b-ac27-d4244110b6e9
ModelName:Vfw73132645949f.compute.nodes.heat.vpg
ModelUuid:036709a1-7834-4833-9572-dec74768c1ca
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-23T08:29:11.072Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 066eb034-f486-4270-8277-4d5856dc943e
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-23T08:29:11.153Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||vFW 73132645-949f 0
2021-09-23T08:29:11.159Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 066eb034-f486-4270-8277-4d5856dc943e
2021-09-23T08:29:11.159Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d1563e6f-50c8-4fe8-bb4f-a8b32f373038 from URL: /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json
2021-09-23T08:29:11.160Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:29:11.160Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json
2021-09-23T08:29:11.718Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:29:11.718Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json d1563e6f-50c8-4fe8-bb4f-a8b32f373038 785
2021-09-23T08:29:11.719Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json ASDC sendASDCNotification
2021-09-23T08:29:11.719Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json
2021-09-23T08:29:11.719Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:29:11.720Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:11.722Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:11.722Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385751719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:29:11.823Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T08:29:11.824Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T08:29:11.825Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:11.836Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:29:11.837Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:29:12.723Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw73132645949f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "215afecb-2067-4774-817c-315e4460197a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "949e7914-7c4d-45ba-bc19-91d88aa00297",
"vfModuleModelCustomizationUUID": "4b3f8957-2fa8-4286-9e73-143880d9f421",
"isBase": true,
"artifacts": [
"d7674835-40dd-4c2e-8ce2-23c21c879b7b",
"afb5ec7c-ca0e-4b15-a943-eef0c019cbd7"
],
"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-23T08:29:12.745Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw73132645949f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:949e7914-7c4d-45ba-bc19-91d88aa00297
VfModuleModelInvariantUUID:215afecb-2067-4774-817c-315e4460197a
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7674835-40dd-4c2e-8ce2-23c21c879b7b
,
afb5ec7c-ca0e-4b15-a943-eef0c019cbd7
}
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-23T08:29:12.749Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw73132645949f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "215afecb-2067-4774-817c-315e4460197a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "949e7914-7c4d-45ba-bc19-91d88aa00297",
"vfModuleModelCustomizationUUID": "4b3f8957-2fa8-4286-9e73-143880d9f421",
"isBase": true,
"artifacts": [
"d7674835-40dd-4c2e-8ce2-23c21c879b7b",
"afb5ec7c-ca0e-4b15-a943-eef0c019cbd7"
],
"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-23T08:29:12.749Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw73132645949f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:949e7914-7c4d-45ba-bc19-91d88aa00297
VfModuleModelInvariantUUID:215afecb-2067-4774-817c-315e4460197a
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7674835-40dd-4c2e-8ce2-23c21c879b7b
,
afb5ec7c-ca0e-4b15-a943-eef0c019cbd7
}
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-23T08:29:12.749Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d7674835-40dd-4c2e-8ce2-23c21c879b7b from URL: /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml
2021-09-23T08:29:12.750Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:29:12.750Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml
2021-09-23T08:29:12.899Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:29:12.901Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml d7674835-40dd-4c2e-8ce2-23c21c879b7b 20368
2021-09-23T08:29:12.901Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-23T08:29:12.902Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml
2021-09-23T08:29:12.902Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:29:12.902Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:12.904Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:12.905Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385752901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:29:13.005Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:29:13.005Z||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-23T08:29:13.006Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:13.018Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:29:13.018Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:29:13.906Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: afb5ec7c-ca0e-4b15-a943-eef0c019cbd7 from URL: /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env
2021-09-23T08:29:13.907Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:29:13.907Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env
2021-09-23T08:29:14.168Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:29:14.168Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env afb5ec7c-ca0e-4b15-a943-eef0c019cbd7 2098
2021-09-23T08:29:14.169Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-23T08:29:14.169Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env
2021-09-23T08:29:14.169Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:29:14.170Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:14.172Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:14.172Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385754169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:29:14.272Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:29:14.274Z||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-23T08:29:14.274Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:14.284Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:29:14.284Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:29:15.173Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 04acefcd-4384-4bc9-85f4-4d325b14f594
2021-09-23T08:29:15.174Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 73132645-949f 0 066eb034-f486-4270-8277-4d5856dc943e 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-23T08:29:15.210Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@80588da, org.onap.sdc.toscaparser.api.parameters.Input@227ef461, org.onap.sdc.toscaparser.api.parameters.Input@bcc01e3, org.onap.sdc.toscaparser.api.parameters.Input@1f2c16e4, org.onap.sdc.toscaparser.api.parameters.Input@3bcb0e83]
2021-09-23T08:29:15.214Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.215Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.215Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-09-23T08:29:15.215Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 74c12d11-d320-434c-b9a8-cc5223580247
2021-09-23T08:29:15.215Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74c12d11-d320-434c-b9a8-cc5223580247 matches Tosca VF Customization UUID: 74c12d11-d320-434c-b9a8-cc5223580247
2021-09-23T08:29:15.215Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 74c12d11-d320-434c-b9a8-cc5223580247 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-23T08:29:15.221Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.221Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.222Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 74c12d11-d320-434c-b9a8-cc5223580247: {\"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-23T08:29:15.223Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9bcce8f
2021-09-23T08:29:15.223Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.223Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T08:29:15.224Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4b3f8957-2fa8-4286-9e73-143880d9f421
2021-09-23T08:29:15.225Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4b3f8957-2fa8-4286-9e73-143880d9f421
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-23T08:29:15.230Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.231Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:15.231Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:15.232Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.232Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:15.233Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:15.233Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.233Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is not matching search criteria
2021-09-23T08:29:15.233Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T08:29:15.234Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T08:29:15.234Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-23T08:29:15.234Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T08:29:15.235Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T08:29:15.235Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.239Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:15.240Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T08:29:15.240Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:15.241Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T08:29:15.241Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.241Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=57696c4d-8df8-4b38-ba1f-eed6b438e827
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-23T08:29:15.255Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.256Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:15.256Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:15.257Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.257Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is not matching search criteria
2021-09-23T08:29:15.259Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T08:29:15.259Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T08:29:15.260Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T08:29:15.260Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.260Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:15.260Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T08:29:15.260Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.260Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-23T08:29:15.261Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T08:29:15.261Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:15.261Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T08:29:15.261Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.261Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a19b0e84-ddff-42b3-9210-969540f25b68
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-23T08:29:15.264Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.265Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:15.265Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:15.268Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.268Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is not matching search criteria
2021-09-23T08:29:15.268Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T08:29:15.269Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T08:29:15.269Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T08:29:15.269Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.269Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:15.269Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T08:29:15.270Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.270Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T08:29:15.271Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T08:29:15.271Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T08:29:15.271Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T08:29:15.272Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-23T08:29:15.272Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=04c8a526-acfe-48de-9da3-5945e4a2afce
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-23T08:29:15.274Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.274Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:15.275Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:29:15.275Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.276Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Node template vFW 73132645-949f 0 is matching search criteria
2021-09-23T08:29:15.276Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 73132645-949f 0] matching following query criteria: sdcType=VF, customizationUUID=74c12d11-d320-434c-b9a8-cc5223580247
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-23T08:29:15.278Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.278Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.279Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 04acefcd-4384-4bc9-85f4-4d325b14f594: vFW 73132645-949f
2021-09-23T08:29:15.279Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.280Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.280Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.280Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.280Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.280Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.281Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.281Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.281Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:29:15.281Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-23 08-25-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:29:15.281Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-09-23 08-25-59
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-23T08:29:15.593Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 73132645-949f 066eb034-f486-4270-8277-4d5856dc943e 1 ASDC deployResourceStructure
2021-09-23T08:29:15.594Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json ASDC sendASDCNotification
2021-09-23T08:29:15.594Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json
2021-09-23T08:29:15.594Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:29:15.595Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:15.597Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:15.597Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385755594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-23T08:29:15.697Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:29:15.698Z||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-23T08:29:15.698Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:15.707Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:29:15.707Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:29:16.598Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-23T08:29:16.598Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml
2021-09-23T08:29:16.599Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:29:16.599Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:16.601Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:16.601Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385756598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-23T08:29:16.701Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:29:16.702Z||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-23T08:29:16.702Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:16.713Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:29:16.713Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:29:17.602Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-23T08:29:17.602Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env
2021-09-23T08:29:17.602Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:29:17.603Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:17.605Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:17.605Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385757602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-23T08:29:17.705Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:29:17.706Z||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-23T08:29:17.707Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:17.715Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:29:17.716Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:29:18.606Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar ASDC sendASDCNotification
2021-09-23T08:29:18.607Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar
2021-09-23T08:29:18.607Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:29:18.608Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:29:18.610Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:29:18.611Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385758606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:29:18.711Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:29:18.712Z||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-23T08:29:18.712Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:18.723Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:29:18.724Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:29:19.611Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
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-23T08:29:19.633Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
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-23T08:29:19.635Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:29:19.636Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:29:19.636Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:29:49.640Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
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-23T08:29:49.659Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
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-23T08:29:49.662Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:29:49.663Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:29:49.663Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:29:55.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:29:55.856Z||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-23T08:29:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:29:55.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:29:55.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:29:55.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "dcae-sch",
"timestamp": 1632385734179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:29:55.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:30:19.664Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
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-23T08:30:19.678Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
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-23T08:30:19.680Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:30:19.681Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:30:19.681Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:30:49.682Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
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-23T08:30:49.697Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
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-23T08:30:49.700Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:30:49.700Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:30:49.700Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:30:55.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:30:55.856Z||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-23T08:30:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:30:55.890Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:30:55.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:30:55.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "aai-ml",
"timestamp": 1632385734374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:30:55.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:19.701Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
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-23T08:31:19.723Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
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-23T08:31:19.728Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:31:19.728Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:31:19.728Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:31:49.729Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
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-23T08:31:49.765Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
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-23T08:31:49.768Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:31:49.768Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T08:31:49.768Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T08:31:55.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:31:55.856Z||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-23T08:31:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:31:56.398Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:31:56.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385733769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "policy-id",
"timestamp": 1632385732783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385735851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385736843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "cds",
"timestamp": 1632385736881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "dcae-sch",
"timestamp": 1632385734179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "aai-ml",
"timestamp": 1632385734374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385733769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "policy-id",
"timestamp": 1632385732783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385735851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "NOTIFIED"
}
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "dcae-sch",
"timestamp": 1632385734179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "cds",
"timestamp": 1632385737924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-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-23T08:31:56.418Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
2021-09-23T08:31:56.419Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 121db0be-00a5-4fc0-895a-48e0d0cc0e3a 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-23T08:31:56.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "aai-ml",
"timestamp": 1632385734374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385738454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385733769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "policy-id",
"timestamp": 1632385732783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385735851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "dcae-sch",
"timestamp": 1632385734179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "aai-ml",
"timestamp": 1632385734374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "policy-id",
"timestamp": 1632385732783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385733769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385735851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "dcae-sch",
"timestamp": 1632385734179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "aai-ml",
"timestamp": 1632385734374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385733769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385735851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385740660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "dcae-sch",
"timestamp": 1632385734179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "aai-ml",
"timestamp": 1632385734374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:31:56.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385735851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "policy-id",
"timestamp": 1632385741771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385735851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "policy-id",
"timestamp": 1632385742782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:31:56.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385743083,
"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-23T08:31:56.441Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
2021-09-23T08:31:56.441Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 121db0be-00a5-4fc0-895a-48e0d0cc0e3a 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-23T08:31:56.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385743683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "policy-id",
"timestamp": 1632385743787,
"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-23T08:31:56.455Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
2021-09-23T08:31:56.455Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 121db0be-00a5-4fc0-895a-48e0d0cc0e3a 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-23T08:31:56.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385744089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-23T08:31:56.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "aai-ml",
"timestamp": 1632385744369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385746376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "clamp",
"timestamp": 1632385748483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385749982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:31:56.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "clamp",
"timestamp": 1632385748483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "NOTIFIED"
}
2021-09-23T08:31:56.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385750991,
"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-23T08:31:56.471Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
2021-09-23T08:31:56.471Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 121db0be-00a5-4fc0-895a-48e0d0cc0e3a 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-23T08:31:56.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "clamp",
"timestamp": 1632385748483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385751719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "clamp",
"timestamp": 1632385748483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385752901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "clamp",
"timestamp": 1632385748483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385754169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "clamp",
"timestamp": 1632385748483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "clamp",
"timestamp": 1632385748483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385755594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/vfw73132645949f0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385756598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385757602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/resourceInstances/vfw73132645949f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385758606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "aai-ml",
"timestamp": 1632385760851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "aai-ml",
"timestamp": 1632385761861,
"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-23T08:31:56.490Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
2021-09-23T08:31:56.490Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 121db0be-00a5-4fc0-895a-48e0d0cc0e3a 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-23T08:31:56.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "clamp",
"timestamp": 1632385770214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:31:56.497Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "clamp",
"timestamp": 1632385772246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923082559/1.0/artifacts/service-Vfw20210923082559-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:31:56.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:31:56.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:31:56.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "clamp",
"timestamp": 1632385773253,
"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-23T08:31:56.502Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
2021-09-23T08:31:56.502Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 121db0be-00a5-4fc0-895a-48e0d0cc0e3a 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-23T08:32:19.775Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
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-23T08:32:19.789Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a
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-23T08:32:19.792Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:32:19.792Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T08:32:19.792Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T08:32:19.793Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T08:32:19.794Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:32:19.794Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:32:19.794Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:32:19.794Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:32:19.794Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:32:19.794Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:32:19.794Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T08:32:19.802Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T08:32:49.804Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a 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-23T08:32:49.832Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 121db0be-00a5-4fc0-895a-48e0d0cc0e3a and serviceModelVersionId: 04acefcd-4384-4bc9-85f4-4d325b14f594
2021-09-23T08:32:49.833Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 877d9e77-c92f-4af0-a159-bc6486c2cd8a
2021-09-23T08:32:55.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:32:55.855Z||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-23T08:32:55.856Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:32:56.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:32:56.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "ves-openapi-manager",
"timestamp": 1632385923768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "cds",
"timestamp": 1632385918173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385921600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "cds",
"timestamp": 1632385918173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385921600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "NOTIFIED"
}
2021-09-23T08:32:56.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "ves-openapi-manager",
"timestamp": 1632385923768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "clamp",
"timestamp": 1632385928482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "ves-openapi-manager",
"timestamp": 1632385923768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385921600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-23T08:32:56.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "cds",
"timestamp": 1632385918173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "clamp",
"timestamp": 1632385928482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "NOTIFIED"
}
2021-09-23T08:32:56.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "cds",
"timestamp": 1632385918173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "ves-openapi-manager",
"timestamp": 1632385923768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385921600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "clamp",
"timestamp": 1632385928482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "ves-openapi-manager",
"timestamp": 1632385923768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "cds",
"timestamp": 1632385918173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385921600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-23T08:32:56.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "clamp",
"timestamp": 1632385928482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "ves-openapi-manager",
"timestamp": 1632385923768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "cds",
"timestamp": 1632385918173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385921600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "clamp",
"timestamp": 1632385928482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "ves-openapi-manager",
"timestamp": 1632385923768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "cds",
"timestamp": 1632385918173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:32:56.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385921600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:32:56.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "policy-id",
"timestamp": 1632385932782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "clamp",
"timestamp": 1632385928482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "policy-id",
"timestamp": 1632385932782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "cds",
"timestamp": 1632385934667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385934715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "dcae-sch",
"timestamp": 1632385934178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "clamp",
"timestamp": 1632385928482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:32:56.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "policy-id",
"timestamp": 1632385932782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-23T08:32:56.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "cds",
"timestamp": 1632385935673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T08:32:56.528Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6b66d05-d7c4-414d-bf1d-510a220e8b21
2021-09-23T08:32:56.529Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b66d05-d7c4-414d-bf1d-510a220e8b21 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-23T08:32:56.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "dcae-sch",
"timestamp": 1632385934178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385936325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "policy-id",
"timestamp": 1632385932782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "dcae-sch",
"timestamp": 1632385934178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "policy-id",
"timestamp": 1632385932782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385937848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "dcae-sch",
"timestamp": 1632385934178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "policy-id",
"timestamp": 1632385932782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385938867,
"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-23T08:32:56.547Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6b66d05-d7c4-414d-bf1d-510a220e8b21
2021-09-23T08:32:56.547Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b66d05-d7c4-414d-bf1d-510a220e8b21 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-23T08:32:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "dcae-sch",
"timestamp": 1632385934178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "policy-id",
"timestamp": 1632385932782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:32:56.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632385939871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-23T08:32:56.561Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "dcae-sch",
"timestamp": 1632385934178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.561Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "dcae-sch",
"timestamp": 1632385934178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "policy-id",
"timestamp": 1632385941164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.562Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "policy-id",
"timestamp": 1632385942170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:32:56.563Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "policy-id",
"timestamp": 1632385943173,
"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-23T08:32:56.571Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6b66d05-d7c4-414d-bf1d-510a220e8b21
2021-09-23T08:32:56.571Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b66d05-d7c4-414d-bf1d-510a220e8b21 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-23T08:32:56.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385943768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "aai-ml",
"timestamp": 1632385944374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385943768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "aai-ml",
"timestamp": 1632385944374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385943768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "aai-ml",
"timestamp": 1632385944374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385943768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "aai-ml",
"timestamp": 1632385944374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "clamp",
"timestamp": 1632385948238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.583Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385943768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "aai-ml",
"timestamp": 1632385944374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385943768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "aai-ml",
"timestamp": 1632385944374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:32:56.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385943768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:32:56.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "aai-ml",
"timestamp": 1632385944374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:32:56.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:32:56.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "clamp",
"timestamp": 1632385951241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:32:56.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385951966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "clamp",
"timestamp": 1632385952253,
"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-23T08:32:56.593Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6b66d05-d7c4-414d-bf1d-510a220e8b21
2021-09-23T08:32:56.593Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b66d05-d7c4-414d-bf1d-510a220e8b21 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-23T08:32:56.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "aai-ml",
"timestamp": 1632385952272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:32:56.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385954391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:32:56.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632385955394,
"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-23T08:32:56.607Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6b66d05-d7c4-414d-bf1d-510a220e8b21
2021-09-23T08:32:56.607Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b66d05-d7c4-414d-bf1d-510a220e8b21 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-23T08:32:56.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "aai-ml",
"timestamp": 1632385961203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:32:56.619Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:32:56.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:32:56.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "aai-ml",
"timestamp": 1632385962209,
"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-23T08:32:56.623Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6b66d05-d7c4-414d-bf1d-510a220e8b21
2021-09-23T08:32:56.623Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6b66d05-d7c4-414d-bf1d-510a220e8b21 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-23T08:33:06.695Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0
2021-09-23T08:33:06.820Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T08:33:07.337Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0|INFO|500||Invoke
2021-09-23T08:33:07.344Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[121db0be-00a5-4fc0-895a-48e0d0cc0e3a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4f2223d9-4a0a-475b-9e42-76ad8e4f7fd6], X-ECOMP-RequestID=[121db0be-00a5-4fc0-895a-48e0d0cc0e3a], X-TransactionId=[], X-ONAP-RequestID=[121db0be-00a5-4fc0-895a-48e0d0cc0e3a], Content-Type=[application/merge-patch+json]}
2021-09-23T08:33:07.475Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-23T08:33:08.457Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?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/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210923-08:33:07:487-98649], vertex-id=[168152], Content-Length=[0], Date=[Thu, 23 Sep 2021 08:33:07 GMT], Content-Type=[application/json]}
2021-09-23T08:33:08.460Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-23T08:33:08.461Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/877d9e77-c92f-4af0-a159-bc6486c2cd8a/model-vers/model-ver/04acefcd-4384-4bc9-85f4-4d325b14f594?depth=0|INFO|500||InvokeReturn
2021-09-23T08:33:08.467Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T08:33:08.467Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||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-23T08:33:08.477Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T08:33:08.479Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 121db0be-00a5-4fc0-895a-48e0d0cc0e3a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T08:33:08.480Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T08:33:08.481Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:08.484Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:08.484Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385988479,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:33:08.584Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:08.585Z||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-23T08:33:08.585Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:08.600Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:08.601Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 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-23T08:33:09.497Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:33:09.498Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|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-23T08:33:09.499Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:13.897Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:13.898Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T08:33:13.899Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6b66d05-d7c4-414d-bf1d-510a220e8b21","serviceName":"basic_onboard_cOQDJk","serviceVersion":"1.0","serviceUUID":"56829eef-9653-49a8-b8b4-a7003f8d843a","serviceDescription":"service","serviceInvariantUUID":"f19f874d-417f-4cf5-abc6-43d5af324215","resources":[{"resourceInstanceName":"basic_onboard_cOQDJk 0","resourceName":"basic_onboard_cOQDJk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"649b5a86-978a-4614-b24d-4ed13cdc71d4","resourceInvariantUUID":"c88af415-2322-49c8-8a3f-01a699c8fdc3","resourceCustomizationUUID":"e416ba03-2d94-4535-9319-57398a5411fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml","artifactChecksum":"ZTQ3NzVlMDI1NmY4ZGNhYzc4MDA0NGUzY2YxMWYwY2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac89711d-d38b-48a2-82e1-cbe52019fdca","artifactVersion":"1"},{"artifactName":"basic_onboard_coqdjk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json","artifactChecksum":"OWRkNmVlZThkMTVkMGZiYjU3MDI2ZTEwZTA2MzFhMWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa050ee1-71db-4973-b2f6-3ae83451d12d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c0b65b4d-1df5-4be3-8970-d5db4447790e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24394478-6eab-42fa-9a36-81327632501c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"01d6b0fb-5794-43d4-920e-0dbf8431cf87","artifactVersion":"2","generatedFromUUID":"c0b65b4d-1df5-4be3-8970-d5db4447790e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCoqdjk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml","artifactChecksum":"MzU4MmJmOGRlODE0N2ExNTliMTU1NDZkNzMzNjkxOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"393658d1-0948-4956-a5b0-e3deecdf20b4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCoqdjk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar","artifactChecksum":"MWMyMmQ1ZDE2MDJhZjczNTVlNDQxNDllNDFmMTQxODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05bdb713-7ad4-4138-8241-32c1dd52c9e5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T08:33:13.906Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:33:13.906Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:13.908Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:13.908Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385989497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:33:14.008Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:14.009Z||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-23T08:33:14.009Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:14.024Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:14.024Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:14.909Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:33:14.909Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:14.911Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:14.911Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385989497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "NOTIFIED"
}
2021-09-23T08:33:15.011Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:15.012Z||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-23T08:33:15.012Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:15.026Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:15.027Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:15.912Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:33:15.913Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:15.917Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:15.917Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385989497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-23T08:33:16.017Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:16.018Z||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-23T08:33:16.018Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:16.031Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:16.033Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:16.917Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:33:16.919Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:16.920Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:16.921Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385989497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:33:17.021Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:17.022Z||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-23T08:33:17.022Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:17.033Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:17.033Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:17.921Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:33:17.922Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:17.924Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:17.924Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385989497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-23T08:33:18.024Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:18.025Z||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-23T08:33:18.025Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:18.036Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:18.036Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:33:18.925Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:33:18.925Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:18.927Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:18.927Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385989497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:33:19.027Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:19.028Z||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-23T08:33:19.029Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:19.041Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:19.042Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:33:19.928Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:33:19.932Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:19.935Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:19.936Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385989497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:33:20.035Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:33:20.037Z||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-23T08:33:20.037Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:20.048Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:20.049Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:20.939Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"serviceName": "basic_onboard_cOQDJk",
"serviceVersion": "1.0",
"serviceUUID": "56829eef-9653-49a8-b8b4-a7003f8d843a",
"serviceDescription": "service",
"serviceInvariantUUID": "f19f874d-417f-4cf5-abc6-43d5af324215",
"resources": [
{
"resourceInstanceName": "basic_onboard_cOQDJk 0",
"resourceCustomizationUUID": "e416ba03-2d94-4535-9319-57398a5411fd",
"resourceName": "basic_onboard_cOQDJk",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "649b5a86-978a-4614-b24d-4ed13cdc71d4",
"resourceInvariantUUID": "c88af415-2322-49c8-8a3f-01a699c8fdc3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_coqdjk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"artifactChecksum": "OWRkNmVlZThkMTVkMGZiYjU3MDI2ZTEwZTA2MzFhMWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aa050ee1-71db-4973-b2f6-3ae83451d12d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c0b65b4d-1df5-4be3-8970-d5db4447790e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "01d6b0fb-5794-43d4-920e-0dbf8431cf87",
"generatedFromUUID": "c0b65b4d-1df5-4be3-8970-d5db4447790e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "01d6b0fb-5794-43d4-920e-0dbf8431cf87",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCoqdjk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"artifactChecksum": "MWMyMmQ1ZDE2MDJhZjczNTVlNDQxNDllNDFmMTQxODQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "05bdb713-7ad4-4138-8241-32c1dd52c9e5"
}
],
"workloadContext": "Production"
}
2021-09-23T08:33:20.939Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T08:33:20.940Z|121db0be-00a5-4fc0-895a-48e0d0cc0e3a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 56829eef-9653-49a8-b8b4-a7003f8d843a ASDC
2021-09-23T08:33:20.940Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a6b66d05-d7c4-414d-bf1d-510a220e8b21
ServiceName:basic_onboard_cOQDJk
ServiceVersion:1.0
ServiceUUID:56829eef-9653-49a8-b8b4-a7003f8d843a
ServiceInvariantUUID:f19f874d-417f-4cf5-abc6-43d5af324215
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCoqdjk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar
ArtifactUUID:05bdb713-7ad4-4138-8241-32c1dd52c9e5
ArtifactChecksum:MWMyMmQ1ZDE2MDJhZjczNTVlNDQxNDllNDFmMTQxODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cOQDJk 0
ResourceCustomizationUUID:e416ba03-2d94-4535-9319-57398a5411fd
ResourceInvariantUUID:c88af415-2322-49c8-8a3f-01a699c8fdc3
ResourceName:basic_onboard_cOQDJk
ResourceType:VF
ResourceUUID:649b5a86-978a-4614-b24d-4ed13cdc71d4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_coqdjk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json
ArtifactUUID:aa050ee1-71db-4973-b2f6-3ae83451d12d
ArtifactChecksum:OWRkNmVlZThkMTVkMGZiYjU3MDI2ZTEwZTA2MzFhMWE=
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/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c0b65b4d-1df5-4be3-8970-d5db4447790e
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/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env
ArtifactUUID:01d6b0fb-5794-43d4-920e-0dbf8431cf87
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/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env
ArtifactUUID:01d6b0fb-5794-43d4-920e-0dbf8431cf87
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-23T08:33:20.942Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56829eef-9653-49a8-b8b4-a7003f8d843a 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-23T08:33:20.971Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:33:20.971Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T08:33:20.972Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T08:33:20.972Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 05bdb713-7ad4-4138-8241-32c1dd52c9e5 from URL: /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:20.972Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:33:20.972Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:22.050Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:33:22.058Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar 05bdb713-7ad4-4138-8241-32c1dd52c9e5 71366
2021-09-23T08:33:22.058Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar ASDC sendASDCNotification
2021-09-23T08:33:22.058Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:22.058Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:33:22.059Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:22.061Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:22.061Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386002058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:33:22.168Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-09-23T08:33:22.169Z||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-23T08:33:22.169Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:22.179Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:22.179Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:33:23.061Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:33:23.062Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-23T08:33:23.063Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 05bdb713-7ad4-4138-8241-32c1dd52c9e5, URL: /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar to file: /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:23.063Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:23.063Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:23.064Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:23.337Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7021085596458209/Definitions/service-BasicOnboardCoqdjk-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-23T08:33:24.443Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T08:33:24.443Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-23T08:33:24.443Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cOQDJk 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-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.444Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.445Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:24.445Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-23T08:33:24.445Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:24.445Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:24.445Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:24.445Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-23T08:33:24.446Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:33:24.446Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:24.446Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:24.446Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:24.446Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-23T08:33:24.446Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:33:24.447Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:24.447Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:24.447Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:24.447Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is not matching search criteria
2021-09-23T08:33:24.447Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-23T08:33:24.448Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-23T08:33:24.448Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-23T08:33:24.448Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T08:33:24.448Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T08:33:24.448Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:24.448Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T08:33:24.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:24.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:24.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:33:24.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:24.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:24.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:33:24.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:24.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:24.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:33:24.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:24.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is not matching search criteria
2021-09-23T08:33:24.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-23T08:33:24.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T08:33:24.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad39ed63-cdb5-4e26-90b1-9a76a316e464
2021-09-23T08:33:24.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:24.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:24.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:24.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:24.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:24.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:24.452Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:24.452Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:24.452Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_cOQDJk
Description:service
Model UUID:56829eef-9653-49a8-b8b4-a7003f8d843a
Model Version:NULL
Model InvariantUuid:f19f874d-417f-4cf5-abc6-43d5af324215
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_cOQDJk
Model UUID:372e4358-8a45-45d5-91e5-5e98de2722e7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c88af415-2322-49c8-8a3f-01a699c8fdc3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e416ba03-2d94-4535-9319-57398a5411fd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:114c6ef0-efaa-4109-a0df-f8c0a2c77b02
ModelName:BasicOnboardCoqdjk..base_ubuntu18..module-0
ModelUuid:1d9b871f-afac-4dc7-96b6-305d20463779
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ad39ed63-cdb5-4e26-90b1-9a76a316e464
ModelInvariantUuid:6956aab1-967a-4a54-82b8-95a5041ed0ac
ModelName:basic_onboard_cOQDJk-nodes.ubuntu18Cvfc
ModelUuid:1a02ccee-1f5f-4c8a-98f9-6f2cccd8d30b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f15542c0-793f-41c0-b2c8-4005d8a9de6a
ModelInvariantUuid:18aab356-0bba-4eba-9be6-a1eb3539deb9
ModelName:BasicOnboardCoqdjk.compute.nodes.heat.ubuntu18
ModelUuid:f1f1c335-2745-472e-a315-4b0cf537e1e6
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-23T08:33:24.459Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 649b5a86-978a-4614-b24d-4ed13cdc71d4
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-23T08:33:24.462Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||basic_onboard_cOQDJk 0
2021-09-23T08:33:24.462Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 649b5a86-978a-4614-b24d-4ed13cdc71d4
2021-09-23T08:33:24.462Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aa050ee1-71db-4973-b2f6-3ae83451d12d from URL: /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json
2021-09-23T08:33:24.462Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:33:24.462Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json
2021-09-23T08:33:26.342Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:33:26.343Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json aa050ee1-71db-4973-b2f6-3ae83451d12d 798
2021-09-23T08:33:26.343Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json ASDC sendASDCNotification
2021-09-23T08:33:26.344Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json
2021-09-23T08:33:26.345Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:33:26.345Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:26.347Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:26.347Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386006343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:33:26.448Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T08:33:26.449Z||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-23T08:33:26.449Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:26.463Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:26.463Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:27.352Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCoqdjk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "114c6ef0-efaa-4109-a0df-f8c0a2c77b02",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d9b871f-afac-4dc7-96b6-305d20463779",
"vfModuleModelCustomizationUUID": "5c503edd-7789-4997-a5e4-c26cf4085427",
"isBase": true,
"artifacts": [
"c0b65b4d-1df5-4be3-8970-d5db4447790e",
"01d6b0fb-5794-43d4-920e-0dbf8431cf87"
],
"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-23T08:33:27.362Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCoqdjk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d9b871f-afac-4dc7-96b6-305d20463779
VfModuleModelInvariantUUID:114c6ef0-efaa-4109-a0df-f8c0a2c77b02
VfModuleModelDescription:NULL
Artifacts UUID List:{
c0b65b4d-1df5-4be3-8970-d5db4447790e
,
01d6b0fb-5794-43d4-920e-0dbf8431cf87
}
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-23T08:33:27.363Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCoqdjk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "114c6ef0-efaa-4109-a0df-f8c0a2c77b02",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d9b871f-afac-4dc7-96b6-305d20463779",
"vfModuleModelCustomizationUUID": "5c503edd-7789-4997-a5e4-c26cf4085427",
"isBase": true,
"artifacts": [
"c0b65b4d-1df5-4be3-8970-d5db4447790e",
"01d6b0fb-5794-43d4-920e-0dbf8431cf87"
],
"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-23T08:33:27.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCoqdjk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d9b871f-afac-4dc7-96b6-305d20463779
VfModuleModelInvariantUUID:114c6ef0-efaa-4109-a0df-f8c0a2c77b02
VfModuleModelDescription:NULL
Artifacts UUID List:{
c0b65b4d-1df5-4be3-8970-d5db4447790e
,
01d6b0fb-5794-43d4-920e-0dbf8431cf87
}
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-23T08:33:27.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c0b65b4d-1df5-4be3-8970-d5db4447790e from URL: /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml
2021-09-23T08:33:27.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:33:27.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml
2021-09-23T08:33:29.842Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:33:29.842Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml c0b65b4d-1df5-4be3-8970-d5db4447790e 5033
2021-09-23T08:33:29.842Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-23T08:33:29.843Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml
2021-09-23T08:33:29.843Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:33:29.843Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:29.845Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:29.845Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386009842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:33:29.955Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-09-23T08:33:29.957Z||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-23T08:33:29.957Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:29.986Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:29.986Z||pool-28-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:30.850Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 01d6b0fb-5794-43d4-920e-0dbf8431cf87 from URL: /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env
2021-09-23T08:33:30.850Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-23T08:33:30.850Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env
2021-09-23T08:33:31.325Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-23T08:33:31.326Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env 01d6b0fb-5794-43d4-920e-0dbf8431cf87 909
2021-09-23T08:33:31.326Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-23T08:33:31.326Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env
2021-09-23T08:33:31.326Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:33:31.327Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:31.328Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:31.329Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386011326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:33:31.429Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:33:31.429Z||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-23T08:33:31.429Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:31.457Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:31.458Z||pool-29-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:32.329Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 56829eef-9653-49a8-b8b4-a7003f8d843a
2021-09-23T08:33:32.330Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cOQDJk 0 649b5a86-978a-4614-b24d-4ed13cdc71d4 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-23T08:33:32.344Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78b4b541, org.onap.sdc.toscaparser.api.parameters.Input@2aa84b09, org.onap.sdc.toscaparser.api.parameters.Input@1dec3390, org.onap.sdc.toscaparser.api.parameters.Input@3c14ff87, org.onap.sdc.toscaparser.api.parameters.Input@61d74bf9]
2021-09-23T08:33:32.346Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:32.346Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.346Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-09-23T08:33:32.346Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e416ba03-2d94-4535-9319-57398a5411fd
2021-09-23T08:33:32.347Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e416ba03-2d94-4535-9319-57398a5411fd matches Tosca VF Customization UUID: e416ba03-2d94-4535-9319-57398a5411fd
2021-09-23T08:33:32.347Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e416ba03-2d94-4535-9319-57398a5411fd 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-23T08:33:32.349Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:32.349Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.350Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e416ba03-2d94-4535-9319-57398a5411fd: {\"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-23T08:33:32.350Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e30572b
2021-09-23T08:33:32.350Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:32.350Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T08:33:32.351Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5c503edd-7789-4997-a5e4-c26cf4085427
2021-09-23T08:33:32.351Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5c503edd-7789-4997-a5e4-c26cf4085427
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-23T08:33:32.353Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:32.353Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:32.353Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:33:32.354Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:32.354Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:32.354Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:33:32.355Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:32.355Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is not matching search criteria
2021-09-23T08:33:32.355Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-23T08:33:32.355Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T08:33:32.356Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad39ed63-cdb5-4e26-90b1-9a76a316e464
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-23T08:33:32.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:32.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:32.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:33:32.364Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:32.365Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cOQDJk 0 is matching search criteria
2021-09-23T08:33:32.365Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cOQDJk 0] matching following query criteria: sdcType=VF, customizationUUID=e416ba03-2d94-4535-9319-57398a5411fd
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-23T08:33:32.367Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:32.367Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.367Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 56829eef-9653-49a8-b8b4-a7003f8d843a: basic_onboard_cOQDJk
2021-09-23T08:33:32.368Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:32.368Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.368Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:32.368Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.369Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:32.369Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.369Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:32.369Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.370Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:33:32.370Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cOQDJk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:33:32.370Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_cOQDJk
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-23T08:33:32.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cOQDJk 649b5a86-978a-4614-b24d-4ed13cdc71d4 1 ASDC deployResourceStructure
2021-09-23T08:33:32.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json ASDC sendASDCNotification
2021-09-23T08:33:32.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json
2021-09-23T08:33:32.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:33:32.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:32.452Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:32.453Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386012450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-23T08:33:32.553Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:32.554Z||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-23T08:33:32.554Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:32.564Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:32.565Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:33.459Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-23T08:33:33.459Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml
2021-09-23T08:33:33.459Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:33:33.460Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:33.462Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:33.462Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386013459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-23T08:33:33.562Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:33.563Z||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-23T08:33:33.563Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:33.573Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:33.574Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:34.466Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-23T08:33:34.467Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env
2021-09-23T08:33:34.467Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:33:34.467Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:34.469Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:34.469Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386014466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-23T08:33:34.569Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:34.570Z||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-23T08:33:34.570Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:34.579Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:34.579Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:35.474Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar ASDC sendASDCNotification
2021-09-23T08:33:35.474Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar
2021-09-23T08:33:35.474Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:33:35.475Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:33:35.476Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:33:35.477Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386015474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:33:35.577Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:33:35.578Z||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-23T08:33:35.578Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:35.588Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:35.588Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:33:36.481Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6b66d05-d7c4-414d-bf1d-510a220e8b21
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-23T08:33:36.492Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6b66d05-d7c4-414d-bf1d-510a220e8b21
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-23T08:33:36.496Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:33:36.496Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T08:33:36.496Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:33:36.497Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T08:33:36.503Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T08:33:55.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:33:55.859Z||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-23T08:33:55.860Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:33:56.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:56.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "121db0be-00a5-4fc0-895a-48e0d0cc0e3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385988479,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:33:56.490Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385989497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:33:56.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:33:56.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385989497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "NOTIFIED"
}
2021-09-23T08:33:56.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:33:56.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385989497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-23T08:33:56.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:33:56.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385989497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:33:56.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:33:56.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385989497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-23T08:33:56.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:33:56.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385989497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:33:56.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:33:56.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632385989497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:33:56.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:33:56.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386002058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:33:56.494Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386006343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:33:56.495Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386009842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:33:56.496Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386011326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:33:56.496Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386012450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/basic_onboard_coqdjk0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-23T08:33:56.497Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386013459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-23T08:33:56.497Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386014466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/resourceInstances/basic_onboard_coqdjk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-23T08:33:56.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:33:56.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:33:56.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386015474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCoqdjk/1.0/artifacts/service-BasicOnboardCoqdjk-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:33:56.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:34:06.504Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6b66d05-d7c4-414d-bf1d-510a220e8b21 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-23T08:34:06.512Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6b66d05-d7c4-414d-bf1d-510a220e8b21 and serviceModelVersionId: 56829eef-9653-49a8-b8b4-a7003f8d843a
2021-09-23T08:34:06.512Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f19f874d-417f-4cf5-abc6-43d5af324215
2021-09-23T08:34:06.514Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0
2021-09-23T08:34:06.521Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T08:34:06.583Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0|INFO|500||Invoke
2021-09-23T08:34:06.584Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6b66d05-d7c4-414d-bf1d-510a220e8b21], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd15b418-1a52-49b6-8ade-57bba64d54ef], X-ECOMP-RequestID=[a6b66d05-d7c4-414d-bf1d-510a220e8b21], X-TransactionId=[], X-ONAP-RequestID=[a6b66d05-d7c4-414d-bf1d-510a220e8b21], Content-Type=[application/merge-patch+json]}
2021-09-23T08:34:06.614Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-23T08:34:06.934Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?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/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210923-08:34:06:618-13825], vertex-id=[168048], Content-Length=[0], Date=[Thu, 23 Sep 2021 08:34:06 GMT], Content-Type=[application/json]}
2021-09-23T08:34:06.935Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-23T08:34:06.936Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f19f874d-417f-4cf5-abc6-43d5af324215/model-vers/model-ver/56829eef-9653-49a8-b8b4-a7003f8d843a?depth=0|INFO|500||InvokeReturn
2021-09-23T08:34:06.941Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T08:34:06.941Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||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-23T08:34:06.948Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T08:34:06.948Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6b66d05-d7c4-414d-bf1d-510a220e8b21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T08:34:06.949Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T08:34:06.949Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:34:06.952Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:34:06.952Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386046949,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:34:07.052Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:34:07.053Z||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-23T08:34:07.053Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:34:07.071Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:34:07.071Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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-23T08:34:07.965Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:07.966Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-23T08:34:07.966Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:34:17.514Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:34:17.514Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:17.515Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-23T08:34:17.515Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:34:27.083Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:34:27.085Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:27.087Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-23T08:34:27.087Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:34:36.647Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:34:36.648Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:36.650Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-23T08:34:36.650Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:34:46.225Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:34:55.851Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:55.853Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-23T08:34:55.853Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:34:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:55.854Z||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-23T08:34:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:34:56.499Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:34:56.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-23T08:34:56.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6b66d05-d7c4-414d-bf1d-510a220e8b21",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386046949,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:34:56.501Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:35:05.476Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:35:55.850Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:35:55.852Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-23T08:35:55.853Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:35:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:35:55.854Z||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-23T08:35:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:36:05.466Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:36:05.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:36:55.851Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:36:55.853Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-23T08:36:55.854Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:36:55.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:36:55.855Z||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-23T08:36:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:37:05.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:37:05.447Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:37:55.851Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:37:55.853Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-23T08:37:55.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:37:55.854Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:37:55.854Z||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-23T08:37:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:38:05.441Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:38:05.443Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:38:55.850Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:38:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:38:55.856Z||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-23T08:38:55.857Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:38:55.856Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-23T08:38:55.858Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:39:05.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:39:05.449Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:39:55.850Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:39:55.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:39:55.854Z||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-23T08:39:55.854Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-23T08:39:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:39:55.855Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:40:05.422Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:40:05.425Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:40:55.851Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:40:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:40:55.854Z||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-23T08:40:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:40:55.856Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-23T08:40:55.858Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:41:05.426Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:41:05.450Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:41:55.855Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:41:55.855Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:41:55.860Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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-23T08:41:55.861Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:41:55.860Z||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-23T08:41:55.861Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:42:05.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:42:05.451Z|a6b66d05-d7c4-414d-bf1d-510a220e8b21|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:42:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:42:55.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:42:55.859Z||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-23T08:42:55.859Z||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-23T08:42:55.860Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:42:55.860Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:43:05.469Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:43:05.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:43:55.850Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:43:55.852Z||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-23T08:43:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:43:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:43:55.854Z||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-23T08:43:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:44:05.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:44:05.471Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:44:55.850Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:44:55.851Z||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-23T08:44:55.852Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:44:55.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:44:55.854Z||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-23T08:44:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:45:05.427Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:45:05.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:45:55.851Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:45:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:45:55.853Z||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-23T08:45:55.854Z||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-23T08:45:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:45:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:46:05.439Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:46:05.443Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:46:55.851Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:46:55.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:46:55.854Z||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-23T08:46:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:46:55.855Z||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-23T08:46:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:47:05.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:47:05.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:47:55.850Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:47:55.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:47:55.854Z||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-23T08:47:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:47:55.854Z||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-23T08:47:55.855Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:47:56.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:47:56.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "cds",
"timestamp": 1632386833173,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.491Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:47:56.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "dcae-sch",
"timestamp": 1632386834182,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"42444f8d-4ead-444e-9748-1bc627db74e9","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"445ad96b-1db1-4e45-a794-3ba4b841cb23","serviceDescription":"service","serviceInvariantUUID":"eb6537a1-8a65-4be4-8fd6-934868efbfbd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"45f4e50c-557d-4684-ae7e-be842d1b64ac","resourceInvariantUUID":"f2dabcba-37e6-4ce2-a360-e6d08e85fa88","resourceCustomizationUUID":"e35aa526-f557-4421-b5bb-660d7342012a","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":"ODcyM2JiYjVkYzFjMTIzMzA5Yzg4MDJiNTM1NjBjM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6226f800-09cc-4fd8-86fc-26f054314c01","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODQ4MmIxYjQyZDRlZDNmYTc3MzI3MDE3MmE5Mjk3NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d178f856-f31d-469e-8eec-b34f02d37b7b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T08:47:56.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "policy-id",
"timestamp": 1632386832782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632386841600,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "dcae-sch",
"timestamp": 1632386834182,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "cds",
"timestamp": 1632386833173,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:47:56.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "policy-id",
"timestamp": 1632386832782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:47:56.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632386841600,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:47:56.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1632386843769,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.497Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:47:56.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632386843769,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.498Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:47:56.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "aai-ml",
"timestamp": 1632386844374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1632386843769,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632386843769,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:47:56.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "cds",
"timestamp": 1632386845939,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:47:56.501Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.501Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:47:56.501Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386875850,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "aai-ml",
"timestamp": 1632386844374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:47:56.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "policy-id",
"timestamp": 1632386846071,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:47:56.503Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "cds",
"timestamp": 1632386846946,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-23T08:47:56.528Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 42444f8d-4ead-444e-9748-1bc627db74e9
2021-09-23T08:47:56.528Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42444f8d-4ead-444e-9748-1bc627db74e9 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-23T08:47:56.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "policy-id",
"timestamp": 1632386847079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:47:56.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "policy-id",
"timestamp": 1632386848083,
"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-23T08:47:56.550Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42444f8d-4ead-444e-9748-1bc627db74e9
2021-09-23T08:47:56.550Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42444f8d-4ead-444e-9748-1bc627db74e9 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-23T08:47:56.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632386849737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:47:56.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632386851338,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:47:56.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "aai-ml",
"timestamp": 1632386851607,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:47:56.563Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632386852349,
"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-23T08:47:56.568Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 42444f8d-4ead-444e-9748-1bc627db74e9
2021-09-23T08:47:56.568Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42444f8d-4ead-444e-9748-1bc627db74e9 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-23T08:47:56.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "aai-ml",
"timestamp": 1632386855535,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:47:56.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "aai-ml",
"timestamp": 1632386856542,
"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-23T08:47:56.582Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 42444f8d-4ead-444e-9748-1bc627db74e9
2021-09-23T08:47:56.582Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42444f8d-4ead-444e-9748-1bc627db74e9 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-23T08:47:56.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "clamp",
"timestamp": 1632386858483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:47:56.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "clamp",
"timestamp": 1632386858483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:47:56.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-23T08:47:56.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "clamp",
"timestamp": 1632386865426,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:47:56.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "clamp",
"timestamp": 1632386866452,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:47:56.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:47:56.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T08:47:56.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "clamp",
"timestamp": 1632386867456,
"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-23T08:47:56.597Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 42444f8d-4ead-444e-9748-1bc627db74e9
2021-09-23T08:47:56.597Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42444f8d-4ead-444e-9748-1bc627db74e9 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-23T08:47:56.602Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:47:56.602Z||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-23T08:47:56.602Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:47:56.615Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:47:56.615Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:47:57.504Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:47:57.505Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:47:57.508Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:47:57.508Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386875850,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:47:57.607Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-23T08:47:57.607Z||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-23T08:47:57.607Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:47:57.624Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:47:57.625Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:47:58.509Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "445ad96b-1db1-4e45-a794-3ba4b841cb23",
"serviceDescription": "service",
"serviceInvariantUUID": "eb6537a1-8a65-4be4-8fd6-934868efbfbd",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "e35aa526-f557-4421-b5bb-660d7342012a",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "45f4e50c-557d-4684-ae7e-be842d1b64ac",
"resourceInvariantUUID": "f2dabcba-37e6-4ce2-a360-e6d08e85fa88",
"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": "ODQ4MmIxYjQyZDRlZDNmYTc3MzI3MDE3MmE5Mjk3NDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d178f856-f31d-469e-8eec-b34f02d37b7b"
}
],
"workloadContext": "Production"
}
2021-09-23T08:47:58.509Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T08:47:58.509Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 445ad96b-1db1-4e45-a794-3ba4b841cb23 ASDC
2021-09-23T08:47:58.510Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:42444f8d-4ead-444e-9748-1bc627db74e9
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:445ad96b-1db1-4e45-a794-3ba4b841cb23
ServiceInvariantUUID:eb6537a1-8a65-4be4-8fd6-934868efbfbd
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:d178f856-f31d-469e-8eec-b34f02d37b7b
ArtifactChecksum:ODQ4MmIxYjQyZDRlZDNmYTc3MzI3MDE3MmE5Mjk3NDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e35aa526-f557-4421-b5bb-660d7342012a
ResourceInvariantUUID:f2dabcba-37e6-4ce2-a360-e6d08e85fa88
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:45f4e50c-557d-4684-ae7e-be842d1b64ac
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-23T08:47:58.510Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 445ad96b-1db1-4e45-a794-3ba4b841cb23 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-23T08:47:58.536Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:47:58.537Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:47:58.537Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:47:58.537Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d178f856-f31d-469e-8eec-b34f02d37b7b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-23T08:47:58.537Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:47:58.538Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-23T08:47:59.121Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:47:59.124Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d178f856-f31d-469e-8eec-b34f02d37b7b 52173
2021-09-23T08:47:59.124Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-23T08:47:59.124Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-23T08:47:59.125Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:47:59.125Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:47:59.127Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:47:59.127Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386879124,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:47:59.227Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:47:59.228Z||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-23T08:47:59.228Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:47:59.247Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:47:59.247Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:48:00.127Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:48:00.130Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:48:00.130Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d178f856-f31d-469e-8eec-b34f02d37b7b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T08:48:00.131Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-23T08:48:00.131Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T08:48:00.131Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T08:48:00.266Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3292832360225692503/Definitions/service-BasicNetwork-template.yml
2021-09-23T08:48:00.768Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T08:48:00.769Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T08:48:00.769Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T08:48:00.769Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-23T08:48:00.769Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-23T08:48:00.769Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:48:00.770Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.771Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-23T08:48:00.771Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T08:48:00.771Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:48:00.771Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:48:00.771Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.771Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-23T08:48:00.771Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T08:48:00.772Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:48:00.772Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:48:00.772Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.772Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:48:00.772Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.773Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:48:00.773Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.773Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:48:00.773Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.773Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:48:00.773Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.773Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:445ad96b-1db1-4e45-a794-3ba4b841cb23
Model Version:NULL
Model InvariantUuid:eb6537a1-8a65-4be4-8fd6-934868efbfbd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f2dabcba-37e6-4ce2-a360-e6d08e85fa88
Model UUID:b422ccf1-1bf8-48ca-aa89-7da052d4d0f0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:e35aa526-f557-4421-b5bb-660d7342012a
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-23T08:48:00.779Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 45f4e50c-557d-4684-ae7e-be842d1b64ac
2021-09-23T08:48:00.779Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||No resources found for Service: 445ad96b-1db1-4e45-a794-3ba4b841cb23
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-23T08:48:00.788Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||
2021-09-23T08:48:00.788Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-23T08:48:00.789Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 445ad96b-1db1-4e45-a794-3ba4b841cb23
2021-09-23T08:48:00.789Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 445ad96b-1db1-4e45-a794-3ba4b841cb23
2021-09-23T08:48:00.789Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-23T08:48:00.789Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-23T08:48:00.794Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fe1cfc3, org.onap.sdc.toscaparser.api.parameters.Input@259e4b31, org.onap.sdc.toscaparser.api.parameters.Input@35d1ccc4, org.onap.sdc.toscaparser.api.parameters.Input@c258e22, org.onap.sdc.toscaparser.api.parameters.Input@2d1bc7b2]
2021-09-23T08:48:00.796Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:48:00.796Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.796Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:48:00.797Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.797Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 445ad96b-1db1-4e45-a794-3ba4b841cb23: Generic NeutronNet
2021-09-23T08:48:00.797Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:48:00.797Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.798Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:48:00.798Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-23T08:48:00.837Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:48:00.837Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.837Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:48:00.838Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.838Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:48:00.838Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:48:00.839Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-23T08:48:00.897Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-23T08:48:00.897Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-23T08:48:00.897Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-23T08:48:00.897Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T08:48:00.899Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:48:00.902Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:48:00.902Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386880897,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:48:01.001Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:48:01.003Z||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-23T08:48:01.003Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:48:01.013Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:48:01.013Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:48:01.903Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42444f8d-4ead-444e-9748-1bc627db74e9
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-23T08:48:01.917Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42444f8d-4ead-444e-9748-1bc627db74e9
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-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T08:48:01.920Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T08:48:01.925Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T08:48:31.925Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 42444f8d-4ead-444e-9748-1bc627db74e9 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-23T08:48:31.941Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 42444f8d-4ead-444e-9748-1bc627db74e9 and serviceModelVersionId: 445ad96b-1db1-4e45-a794-3ba4b841cb23
2021-09-23T08:48:31.941Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb6537a1-8a65-4be4-8fd6-934868efbfbd
2021-09-23T08:48:31.943Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb6537a1-8a65-4be4-8fd6-934868efbfbd/model-vers/model-ver/445ad96b-1db1-4e45-a794-3ba4b841cb23?depth=0
2021-09-23T08:48:31.954Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T08:48:32.018Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb6537a1-8a65-4be4-8fd6-934868efbfbd/model-vers/model-ver/445ad96b-1db1-4e45-a794-3ba4b841cb23?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-23T08:48:32.020Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb6537a1-8a65-4be4-8fd6-934868efbfbd/model-vers/model-ver/445ad96b-1db1-4e45-a794-3ba4b841cb23?depth=0|INFO|500||Invoke
2021-09-23T08:48:32.053Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb6537a1-8a65-4be4-8fd6-934868efbfbd/model-vers/model-ver/445ad96b-1db1-4e45-a794-3ba4b841cb23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-23T08:48:32.340Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb6537a1-8a65-4be4-8fd6-934868efbfbd/model-vers/model-ver/445ad96b-1db1-4e45-a794-3ba4b841cb23?depth=0|INFO|500||InvokeReturn
2021-09-23T08:48:32.341Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb6537a1-8a65-4be4-8fd6-934868efbfbd/model-vers/model-ver/445ad96b-1db1-4e45-a794-3ba4b841cb23?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210923-08:48:32:054-49926], vertex-id=[168120], Content-Length=[0], Date=[Thu, 23 Sep 2021 08:48:32 GMT], Content-Type=[application/json]}
2021-09-23T08:48:32.341Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-23T08:48:32.342Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T08:48:32.342Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||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-23T08:48:32.348Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T08:48:32.349Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 42444f8d-4ead-444e-9748-1bc627db74e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T08:48:32.349Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T08:48:32.350Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:48:32.354Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:48:32.354Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386912349,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:48:32.454Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:48:32.455Z||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-23T08:48:32.456Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:48:32.471Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:48:32.472Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 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-23T08:48:55.850Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:48:55.852Z|42444f8d-4ead-444e-9748-1bc627db74e9|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-23T08:48:55.852Z|42444f8d-4ead-444e-9748-1bc627db74e9|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:48:55.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:48:55.854Z||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-23T08:48:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:48:55.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:48:55.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T08:48:55.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386875850,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:48:55.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-23T08:49:05.436Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:49:55.850Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:49:55.852Z|42444f8d-4ead-444e-9748-1bc627db74e9|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-23T08:49:55.852Z|42444f8d-4ead-444e-9748-1bc627db74e9|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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:49:55.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:49:55.854Z||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-23T08:49:55.854Z||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 RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:49:55.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:49:55.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-23T08:49:55.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386875850,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:49:55.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-23T08:49:55.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-23T08:49:55.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386879124,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:49:55.885Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:49:55.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-23T08:49:55.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386880897,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T08:49:55.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:49:55.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-23T08:49:55.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42444f8d-4ead-444e-9748-1bc627db74e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386912349,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T08:49:55.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T08:49:56.489Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:49:56.490Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-23T08:49:56.490Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"28dc1af8-7db1-4f74-8592-3239837b4811","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"910c6893-df35-48e1-9e51-a87867e302de","serviceDescription":"service","serviceInvariantUUID":"eeed7283-c73c-4958-8a96-71651ab5bd29","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4b585a05-93ed-4ee3-a35e-7eac3e470b10","resourceInvariantUUID":"a60d12b2-f643-436b-a3ea-25556e007920","resourceCustomizationUUID":"6a1f9ef8-0d86-4377-94b5-0dc5be187c6c","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":"NTc5M2RlNjliMmNjZjBiYmQxMDhjYTc0MWVkMjA4OGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dbbe6ec8-f896-44b8-a796-f02f4d14319e","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":"MjZlYzUxNDdiZDk2YzQzOWY2MDM1NTE5MTU0YWJjMzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8fea10a2-62d7-4218-acc3-9119c19984de","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":"12c32df7-c502-464a-b2cd-3e6220fa9fb3","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":"ab4525fd-3d03-4dc9-9977-c378ff3d212b","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":"bf09384f-6c19-4fee-85c1-79903e669858","artifactVersion":"2","generatedFromUUID":"12c32df7-c502-464a-b2cd-3e6220fa9fb3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGFlNGQzYTVkYTcwN2JhODBjN2RhMTlkNGNiNzViZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8dfa014-726f-4c82-bbae-3da4a8d67dc5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmM5N2NjZTJlZjE4MjY3OGQ2ZGI0ZDJjOTQ5MWFmZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"52627c79-5e47-4197-8f7b-8ccd5e52bb42","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T08:49:56.493Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:49:56.494Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:49:56.498Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:49:56.499Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386995850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:49:56.597Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-23T08:49:56.598Z||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-23T08:49:56.599Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:49:56.612Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:49:56.613Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:49:57.500Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:49:57.501Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:49:57.503Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:49:57.503Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386995850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-23T08:49:57.604Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:49:57.605Z||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-23T08:49:57.605Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:49:57.628Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:49:57.628Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:49:58.505Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:49:58.506Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:49:58.509Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:49:58.509Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386995850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-23T08:49:58.610Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T08:49:58.611Z||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-23T08:49:58.612Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:49:58.623Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:49:58.624Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:49:59.511Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:49:59.515Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:49:59.520Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:49:59.521Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386995850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:49:59.625Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-23T08:49:59.626Z||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-23T08:49:59.626Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:49:59.636Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:49:59.636Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:50:00.523Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:50:00.526Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:50:00.530Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:50:00.530Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386995850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-23T08:50:00.631Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:50:00.632Z||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-23T08:50:00.633Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:00.643Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:50:00.643Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T08:50:01.534Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:50:01.535Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:50:01.549Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:50:01.549Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386995850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T08:50:01.649Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T08:50:01.650Z||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-23T08:50:01.650Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:01.662Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:50:01.662Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:50:02.550Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T08:50:02.551Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:50:02.554Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:50:02.554Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632386995850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T08:50:02.653Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T08:50:02.654Z||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-23T08:50:02.654Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:02.669Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:50:02.669Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:50:03.555Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "910c6893-df35-48e1-9e51-a87867e302de",
"serviceDescription": "service",
"serviceInvariantUUID": "eeed7283-c73c-4958-8a96-71651ab5bd29",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "6a1f9ef8-0d86-4377-94b5-0dc5be187c6c",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4b585a05-93ed-4ee3-a35e-7eac3e470b10",
"resourceInvariantUUID": "a60d12b2-f643-436b-a3ea-25556e007920",
"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": "MjZlYzUxNDdiZDk2YzQzOWY2MDM1NTE5MTU0YWJjMzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8fea10a2-62d7-4218-acc3-9119c19984de",
"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": "12c32df7-c502-464a-b2cd-3e6220fa9fb3",
"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": "bf09384f-6c19-4fee-85c1-79903e669858",
"generatedFromUUID": "12c32df7-c502-464a-b2cd-3e6220fa9fb3"
},
"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": "bf09384f-6c19-4fee-85c1-79903e669858",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MmM5N2NjZTJlZjE4MjY3OGQ2ZGI0ZDJjOTQ5MWFmZDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "52627c79-5e47-4197-8f7b-8ccd5e52bb42"
}
],
"workloadContext": "Production"
}
2021-09-23T08:50:03.556Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T08:50:03.556Z|42444f8d-4ead-444e-9748-1bc627db74e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 910c6893-df35-48e1-9e51-a87867e302de ASDC
2021-09-23T08:50:03.557Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:28dc1af8-7db1-4f74-8592-3239837b4811
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:910c6893-df35-48e1-9e51-a87867e302de
ServiceInvariantUUID:eeed7283-c73c-4958-8a96-71651ab5bd29
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:52627c79-5e47-4197-8f7b-8ccd5e52bb42
ArtifactChecksum:MmM5N2NjZTJlZjE4MjY3OGQ2ZGI0ZDJjOTQ5MWFmZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6a1f9ef8-0d86-4377-94b5-0dc5be187c6c
ResourceInvariantUUID:a60d12b2-f643-436b-a3ea-25556e007920
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:4b585a05-93ed-4ee3-a35e-7eac3e470b10
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:8fea10a2-62d7-4218-acc3-9119c19984de
ArtifactChecksum:MjZlYzUxNDdiZDk2YzQzOWY2MDM1NTE5MTU0YWJjMzE=
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:12c32df7-c502-464a-b2cd-3e6220fa9fb3
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:bf09384f-6c19-4fee-85c1-79903e669858
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:bf09384f-6c19-4fee-85c1-79903e669858
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-23T08:50:03.557Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 910c6893-df35-48e1-9e51-a87867e302de 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-23T08:50:03.604Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:50:03.605Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:50:03.605Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:50:03.606Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 52627c79-5e47-4197-8f7b-8ccd5e52bb42 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-23T08:50:03.606Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T08:50:03.606Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-23T08:50:05.450Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T08:50:05.454Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 52627c79-5e47-4197-8f7b-8ccd5e52bb42 70848
2021-09-23T08:50:05.454Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-23T08:50:05.454Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-23T08:50:05.454Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T08:50:05.454Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T08:50:05.456Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T08:50:05.456Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28dc1af8-7db1-4f74-8592-3239837b4811",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632387005454,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T08:50:05.557Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T08:50:05.558Z||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-23T08:50:05.558Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RkmJqyfjt4ti1Q3M) ...
2021-09-23T08:50:05.568Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:50:05.568Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T08:50:06.456Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T08:50:06.458Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T08:50:06.458Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 52627c79-5e47-4197-8f7b-8ccd5e52bb42, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:06.458Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-23T08:50:06.459Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:06.459Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:07.154Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10324829277314049056/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-23T08:50:08.387Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T08:50:08.388Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T08:50:08.388Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:08.389Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-23T08:50:08.389Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-23T08:50:08.389Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-23T08:50:08.389Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:08.389Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:08.389Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:08.390Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-23T08:50:08.390Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:08.390Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||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-23T08:50:08.390Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-23T08:50:08.390Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T08:50:08.391Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:50:08.391Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:08.391Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-23T08:50:08.391Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T08:50:08.392Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:50:08.392Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:50:08.392Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:08.392Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-23T08:50:08.393Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T08:50:08.393Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T08:50:08.393Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:50:08.393Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T08:50:08.394Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:50:08.394Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-23T08:50:08.394Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-23T08:50:08.394Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-23T08:50:08.395Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-23T08:50:08.395Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-23T08:50:08.395Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T08:50:08.395Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:50:08.396Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T08:50:08.396Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:50:08.396Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-23T08:50:08.396Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:50:08.397Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:50:08.397Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-23T08:50:08.397Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:50:08.397Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T08:50:08.398Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-23T08:50:08.398Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T08:50:08.398Z|28dc1af8-7db1-4f74-8592-3239837b4811|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery