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-08-24T19:00:42.208Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-cjkff with PID 14 (/app/app.jar started by so in /app)
2021-08-24T19:00:42.214Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-24T19:00:42.214Z||main|||||INFO|500||The following profiles are active: basic
2021-08-24T19:00:48.552Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-24T19:00:48.553Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-24T19:00:48.660Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-24T19:00:49.912Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-24T19:00:50.091Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-24T19:00:50.412Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-24T19:00:50.417Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-24T19:00:50.488Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-24T19:00:50.607Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-24T19:00:50.966Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-24T19:00:51.686Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-24T19:00:53.445Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-24T19:00:53.489Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-24T19:00:53.902Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-24T19:00:54.041Z||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-08-24T19:00:55.133Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-24T19:00:55.924Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-24T19:00:55.939Z||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$$1b4077b3.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-08-24T19:00:55.940Z||main|||||WARN|500||The sdc end point is not alive
2021-08-24T19:00:57.708Z||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-08-24T19:00:59.603Z||main|||||WARN|500||---
2021-08-24T19:00:59.603Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-24T19:00:59.603Z||main|||||WARN|500||---
2021-08-24T19:00:59.853Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-24T19:01:02.515Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:01:02.516Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:01:02.517Z||main|||||INFO|500||Started Application in 22.094 seconds (JVM running for 23.121)
2021-08-24T19:01:02.525Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:01:02.546Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:01:02.614Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8725bd1c-bad2-45d3-a4ae-aeda0d7e7be8 url= /sdc/v1/artifactTypes
2021-08-24T19:01:02.615Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:01:02.857Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:01:02.883Z||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-08-24T19:01:02.902Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:01:02.909Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:01:03.926Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:01:03.928Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:01:03.929Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:01:03.931Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:01:52.513Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:01:52.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:01:52.514Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:01:52.517Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:01:52.523Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 452ec8ab-0e48-4063-bc83-3ac0b8c1e2f7 url= /sdc/v1/artifactTypes
2021-08-24T19:01:52.523Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:01:52.564Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:01:52.565Z||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-08-24T19:01:52.565Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:01:52.566Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:01:52.566Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:01:53.593Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:01:53.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:01:53.594Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:01:53.595Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:02:42.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:02:42.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:02:42.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:02:42.517Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:02:42.522Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a1950d7-9440-4328-a8ee-f4a282e0e480 url= /sdc/v1/artifactTypes
2021-08-24T19:02:42.522Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:02:42.558Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:02:42.559Z||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-08-24T19:02:42.559Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:02:42.560Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:02:42.560Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:02:43.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:02:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:02:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:02:43.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:03:32.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:03:32.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:03:32.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:03:32.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:03:32.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a24fcfd0-7ef2-40b7-9898-556dcd3b9c8b url= /sdc/v1/artifactTypes
2021-08-24T19:03:32.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:03:32.553Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:03:32.553Z||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-08-24T19:03:32.554Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:03:32.554Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:03:32.554Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:03:33.590Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:03:33.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:03:33.591Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:03:33.591Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:04:22.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:04:22.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:04:22.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:04:22.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:04:22.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f680805-b361-4b7d-899f-e2bb21ddcf0b url= /sdc/v1/artifactTypes
2021-08-24T19:04:22.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:04:22.556Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:04:22.557Z||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-08-24T19:04:22.557Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:04:22.557Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:04:22.557Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:04:23.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:04:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:04:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:04:23.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:05:12.525Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:05:12.529Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:05:12.529Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:05:12.536Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:05:12.546Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5fbd33ec-9b5a-4f39-ba15-73574768b27d url= /sdc/v1/artifactTypes
2021-08-24T19:05:12.547Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:05:12.593Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:05:12.596Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-24T19:05:12.596Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:05:12.596Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:05:12.597Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:05:13.622Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:05:13.622Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:05:13.623Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:05:13.623Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:06:02.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:06:02.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:06:02.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:06:02.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:06:02.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b556e9ae-00a4-4f2d-97e7-25d219f8be80 url= /sdc/v1/artifactTypes
2021-08-24T19:06:02.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:06:02.607Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:06:02.608Z||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-08-24T19:06:02.608Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:06:02.608Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:06:02.609Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:06:03.638Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:06:03.638Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:06:03.638Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:06:03.639Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:06:52.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:06:52.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:06:52.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:06:52.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:06:52.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a99d0e1-41bc-4160-82e0-0415fa9091f4 url= /sdc/v1/artifactTypes
2021-08-24T19:06:52.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:06:52.554Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:06:52.555Z||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-08-24T19:06:52.555Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:06:52.555Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:06:52.555Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:06:53.590Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:06:53.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:06:53.590Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:06:53.591Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:07:42.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:07:42.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:07:42.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:07:42.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:07:42.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d1909434-d204-4a16-a10f-cce852d10d09 url= /sdc/v1/artifactTypes
2021-08-24T19:07:42.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:07:42.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:07:42.550Z||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-08-24T19:07:42.551Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:07:42.551Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:07:42.551Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:07:43.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:07:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:07:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:07:43.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:08:32.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:08:32.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:08:32.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:08:32.517Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:08:32.524Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8db7a369-b4cc-4431-bab4-1a37b50a747e url= /sdc/v1/artifactTypes
2021-08-24T19:08:32.525Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:08:32.563Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:08:32.563Z||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-08-24T19:08:32.563Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:08:32.564Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:08:32.564Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:08:33.589Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:08:33.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:08:33.593Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:08:33.594Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:09:22.513Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:09:22.515Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:09:22.516Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:09:22.520Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:09:22.527Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0e2d8e95-ea1e-4924-9171-bda90ebcba3b url= /sdc/v1/artifactTypes
2021-08-24T19:09:22.527Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:09:22.559Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:09:22.561Z||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-08-24T19:09:22.561Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:09:22.561Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:09:22.562Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:09:23.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:09:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:09:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:09:23.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:10:12.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:10:12.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:10:12.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:10:12.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:10:12.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 95035deb-3236-401a-b630-31b07314904b url= /sdc/v1/artifactTypes
2021-08-24T19:10:12.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:10:12.546Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:10:12.547Z||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-08-24T19:10:12.547Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:10:12.547Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:10:12.548Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:10:13.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:10:13.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:10:13.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:10:13.559Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:11:02.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:11:02.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:11:02.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:11:02.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:11:02.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae97ec45-6468-41b2-8fe4-ec2067ab9da7 url= /sdc/v1/artifactTypes
2021-08-24T19:11:02.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:11:02.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:11:02.551Z||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-08-24T19:11:02.551Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:11:02.552Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:11:02.552Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:11:03.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:11:03.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:11:03.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:11:03.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:11:24.259Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-24T19:11:52.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:11:52.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:11:52.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:11:52.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:11:52.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b90059f8-9bdc-45db-81ea-f951ee3569e5 url= /sdc/v1/artifactTypes
2021-08-24T19:11:52.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:11:52.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:11:52.552Z||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-08-24T19:11:52.552Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:11:52.552Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:11:52.552Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:11:53.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:11:53.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:11:53.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:11:53.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:12:42.513Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:12:42.514Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:12:42.514Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:12:42.519Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:12:42.524Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f1d861a-397c-4ef1-8c35-ffb54359c888 url= /sdc/v1/artifactTypes
2021-08-24T19:12:42.525Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:12:42.559Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:12:42.561Z||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-08-24T19:12:42.561Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:12:42.561Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:12:42.562Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:12:43.574Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:12:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:12:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:12:43.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:13:32.513Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:13:32.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:13:32.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:13:32.516Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:13:32.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0ddd8c48-8ee3-4922-b48f-1c3e52ae20ae url= /sdc/v1/artifactTypes
2021-08-24T19:13:32.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:13:32.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:13:32.547Z||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-08-24T19:13:32.547Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:13:32.547Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:13:32.547Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:13:33.558Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:13:33.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:13:33.559Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:13:33.559Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-24T19:14:22.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:14:22.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:14:22.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:14:22.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:14:22.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23c9deb7-1970-412f-a3ee-ac68ba9a9e2b url= /sdc/v1/artifactTypes
2021-08-24T19:14:22.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:14:22.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:14:22.546Z||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-08-24T19:14:22.546Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:14:22.546Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:14:22.547Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:14:23.574Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:14:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:14:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:14:23.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:15:12.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:15:12.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:15:12.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:15:12.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:15:12.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cbcb289a-8009-4c9e-94bc-d041494e5cbd url= /sdc/v1/artifactTypes
2021-08-24T19:15:12.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:15:12.542Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:15:12.543Z||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-08-24T19:15:12.543Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:15:12.543Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:15:12.543Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:15:13.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:15:13.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:15:13.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:15:13.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:16:02.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:16:02.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:16:02.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:16:02.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:16:02.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 669c1f11-9c30-4c02-899c-dfef9b8e482b url= /sdc/v1/artifactTypes
2021-08-24T19:16:02.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:16:02.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:16:02.546Z||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-08-24T19:16:02.546Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:16:02.546Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:16:02.547Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:16:03.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:16:03.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:16:03.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:16:03.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:16:52.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:16:52.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:16:52.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:16:52.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:16:52.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b21deb41-fc2a-4c40-93cd-e435242b794b url= /sdc/v1/artifactTypes
2021-08-24T19:16:52.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:16:52.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:16:52.546Z||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-08-24T19:16:52.546Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:16:52.546Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:16:52.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:16:53.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:16:53.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:16:53.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:16:53.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:17:42.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:17:42.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:17:42.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:17:42.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:17:42.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a4bfe74e-80cd-468d-a481-e1d33fb009b7 url= /sdc/v1/artifactTypes
2021-08-24T19:17:42.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:17:42.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:17:42.550Z||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-08-24T19:17:42.551Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:17:42.551Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:17:42.551Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:17:43.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:17:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:17:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:17:43.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:18:32.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:18:32.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:18:32.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:18:32.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:18:32.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fbcc1fe1-2489-46d5-a8c7-88efdccd68cb url= /sdc/v1/artifactTypes
2021-08-24T19:18:32.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:18:32.548Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:18:32.548Z||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-08-24T19:18:32.549Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:18:32.549Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:18:32.549Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:18:33.558Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:18:33.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:18:33.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:18:33.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:19:22.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:19:22.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:19:22.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:19:22.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:19:22.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b90739f-1742-4a4c-a0e2-4860fa28bdca url= /sdc/v1/artifactTypes
2021-08-24T19:19:22.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:19:22.548Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:19:22.549Z||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-08-24T19:19:22.549Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:19:22.550Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:19:22.550Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:19:23.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:19:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:19:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:19:23.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:20:12.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:20:12.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:20:12.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:20:12.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:20:12.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1598c5fe-bb07-480a-9740-030e95f4ea5c url= /sdc/v1/artifactTypes
2021-08-24T19:20:12.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:20:12.546Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:20:12.547Z||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-08-24T19:20:12.547Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:20:12.547Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:20:12.548Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:20:13.558Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:20:13.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:20:13.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:20:13.559Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:21:02.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:21:02.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:21:02.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:21:02.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:21:02.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f492aad-9286-4a51-bc66-8d5a21df2b1b url= /sdc/v1/artifactTypes
2021-08-24T19:21:02.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:21:02.540Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:21:02.541Z||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-08-24T19:21:02.541Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:21:02.541Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:21:02.541Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:21:03.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:21:03.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:21:03.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:21:03.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:21:52.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:21:52.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:21:52.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:21:52.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:21:52.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d69d387c-6e88-4d26-81b2-60bd59629d66 url= /sdc/v1/artifactTypes
2021-08-24T19:21:52.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:21:52.548Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:21:52.549Z||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-08-24T19:21:52.549Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:21:52.549Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:21:52.550Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:21:53.590Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:21:53.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:21:53.590Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:21:53.591Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:22:42.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:22:42.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:22:42.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:22:42.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:22:42.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 319d493e-c8ab-49cd-a9ec-3be2987e7405 url= /sdc/v1/artifactTypes
2021-08-24T19:22:42.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:22:42.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:22:42.545Z||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-08-24T19:22:42.545Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:22:42.545Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:22:42.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:22:43.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:22:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:22:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:22:43.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:23:32.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:23:32.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:23:32.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:23:32.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:23:32.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba947dee-4c80-4cda-b87c-e4d56c86c972 url= /sdc/v1/artifactTypes
2021-08-24T19:23:32.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:23:32.542Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:23:32.543Z||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-08-24T19:23:32.543Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:23:32.543Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:23:32.543Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:23:33.558Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:23:33.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:23:33.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:23:33.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:24:22.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:24:22.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:24:22.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:24:22.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:24:22.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f472465-834f-4692-b8b9-01f8218eafcf url= /sdc/v1/artifactTypes
2021-08-24T19:24:22.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:24:22.547Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:24:22.548Z||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-08-24T19:24:22.548Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:24:22.548Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:24:22.548Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:24:23.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:24:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:24:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:24:23.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:25:12.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:25:12.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:25:12.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:25:12.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:25:12.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= caebc6f3-c3a6-4c78-ba2a-cf21e4d324fb url= /sdc/v1/artifactTypes
2021-08-24T19:25:12.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:25:12.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:25:12.551Z||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-08-24T19:25:12.551Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:25:12.551Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:25:12.552Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:25:13.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:25:13.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:25:13.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:25:13.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:26:02.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:26:02.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:26:02.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:26:02.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:26:02.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ccccdb81-4909-440d-a9aa-f1916cbb0b15 url= /sdc/v1/artifactTypes
2021-08-24T19:26:02.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:26:02.543Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:26:02.544Z||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-08-24T19:26:02.544Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:26:02.544Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:26:02.544Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:26:03.574Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:26:03.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:26:03.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:26:03.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:26:52.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:26:52.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:26:52.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:26:52.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:26:52.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ddee1af0-49f6-402f-9d8e-6be42520e4eb url= /sdc/v1/artifactTypes
2021-08-24T19:26:52.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:26:52.544Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:26:52.545Z||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-08-24T19:26:52.545Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:26:52.545Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:26:52.545Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:26:53.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:26:53.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:26:53.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:26:53.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:27:42.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:27:42.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:27:42.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:27:42.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:27:42.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e5373aa4-9f3a-4759-809e-090a1e26bcc4 url= /sdc/v1/artifactTypes
2021-08-24T19:27:42.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:27:42.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:27:42.546Z||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-08-24T19:27:42.546Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:27:42.546Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:27:42.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:27:43.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:27:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:27:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:27:43.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:28:32.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:28:32.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:28:32.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:28:32.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:28:32.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8996ace2-b97a-4342-9698-2a631e481daf url= /sdc/v1/artifactTypes
2021-08-24T19:28:32.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:28:32.541Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:28:32.542Z||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-08-24T19:28:32.542Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:28:32.542Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:28:32.542Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:28:33.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:28:33.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:28:33.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:28:33.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:29:22.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:29:22.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:29:22.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:29:22.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:29:22.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 263b8f6f-67d4-4645-9809-49c714cf0e05 url= /sdc/v1/artifactTypes
2021-08-24T19:29:22.517Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:29:22.544Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:29:22.545Z||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-08-24T19:29:22.545Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:29:22.545Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:29:22.545Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:29:23.574Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:29:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:29:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:29:23.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-24T19:30:12.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:30:12.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:30:12.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:30:12.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:30:12.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eae3339a-0e74-4707-a125-d5b12b8ebf9b url= /sdc/v1/artifactTypes
2021-08-24T19:30:12.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:30:12.547Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:30:12.547Z||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-08-24T19:30:12.547Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:30:12.548Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:30:12.548Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:30:12.568Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:30:12.583Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= afdcd22d-f549-4f2d-83fe-522205faec11 url= /sdc/v1/registerForDistribution
2021-08-24T19:30:12.679Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= afdcd22d-f549-4f2d-83fe-522205faec11 url= /sdc/v1/registerForDistribution
2021-08-24T19:30:12.680Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-24T19:30:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:30:12.688Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:30:12.693Z||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-08-24T19:30:12.693Z||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-08-24T19:30:12.693Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:30:12.693Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:30:12.695Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-24T19:30:22.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:30:22.992Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:31:12.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:31:12.686Z||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-08-24T19:31:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:31:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:31:12.688Z||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-08-24T19:31:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:31:22.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:31:22.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:32:12.686Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:32:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:32:12.687Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:32:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:32:12.689Z||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-08-24T19:32:12.689Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:32:22.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:32:22.232Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:33:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:33:12.686Z||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-08-24T19:33:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:33:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:33:12.688Z||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-08-24T19:33:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:33:22.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:33:22.231Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:34:12.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:34:12.686Z||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-08-24T19:34:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:34:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:34:12.688Z||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-08-24T19:34:12.689Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:34:22.232Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:34:22.232Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:35:12.686Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:35:12.687Z||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-08-24T19:35:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:35:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:35:12.688Z||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-08-24T19:35:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:35:22.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:35:22.229Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:36:12.686Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:36:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:36:12.687Z||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-08-24T19:36:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:36:12.688Z||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-08-24T19:36:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:36:22.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:36:22.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:37:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:37:12.686Z||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-08-24T19:37:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:37:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:37:12.689Z||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-08-24T19:37:12.690Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:37:22.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:37:22.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:38:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:38:12.686Z||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-08-24T19:38:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:38:12.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:38:12.688Z||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-08-24T19:38:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:38:22.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:38:22.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:39:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:39:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:39:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:39:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:39:12.688Z||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-08-24T19:39:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:39:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:39:22.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:40:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:40:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:40:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:40:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:40:12.688Z||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-08-24T19:40:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:40:22.228Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:40:22.229Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:41:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:41:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:41:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:41:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:41:12.688Z||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-08-24T19:41:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:41:22.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:41:22.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:42:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:42:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:42:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:42:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:42:12.688Z||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-08-24T19:42:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:42:22.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:42:22.226Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:43:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:43:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:43:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:43:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:43:12.688Z||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-08-24T19:43:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:43:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:43:22.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:44:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:44:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:44:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:44:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:44:12.688Z||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-08-24T19:44:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:44:22.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:44:22.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:45:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:45:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:45:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:45:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:45:12.688Z||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-08-24T19:45:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:45:22.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:45:22.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:46:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:46:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:46:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:46:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:46:12.688Z||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-08-24T19:46:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:46:22.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:46:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:47:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:47:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:47:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:47:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:47:12.688Z||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-08-24T19:47:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:47:22.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:47:22.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:48:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:48:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:48:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:48:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:48:12.688Z||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-08-24T19:48:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:48:22.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:48:22.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:49:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:49:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:49:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:49:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:49:12.688Z||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-08-24T19:49:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:49:22.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:49:22.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:50:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:50:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:50:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:50:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:50:12.688Z||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-08-24T19:50:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:50:22.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:50:22.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:51:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:51:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:51:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:51:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:51:12.688Z||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-08-24T19:51:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:51:22.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:51:22.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:52:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:52:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:52:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:52:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:52:12.688Z||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-08-24T19:52:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:52:22.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:52:22.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:53:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:53:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:53:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:53:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:53:12.688Z||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-08-24T19:53:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:53:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:53:22.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:54:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:54:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:54:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:54:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:54:12.688Z||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-08-24T19:54:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:54:22.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:54:22.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:55:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:55:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:55:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:55:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:55:12.688Z||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-08-24T19:55:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:55:22.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:55:22.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:56:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:56:12.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:56:12.687Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:56:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:56:12.688Z||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-08-24T19:56:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:56:22.226Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:56:22.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:57:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:57:12.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:57:12.687Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:57:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:57:12.688Z||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-08-24T19:57:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:57:22.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:57:22.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:58:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:58:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:58:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:58:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:58:12.688Z||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-08-24T19:58:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:58:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:58:22.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:59:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:59:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T19:59:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T19:59:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:59:12.688Z||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-08-24T19:59:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:59:22.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T19:59:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:00:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:00:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:00:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:00:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:00:12.688Z||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-08-24T20:00:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:00:22.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:00:22.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:01:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:01:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:01:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:01:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:01:12.688Z||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-08-24T20:01:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:01:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:01:22.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:02:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:02:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:02:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:02:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:02:12.688Z||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-08-24T20:02:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:02:22.222Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:02:22.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:03:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:03:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:03:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:03:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:03:12.688Z||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-08-24T20:03:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:03:22.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:03:22.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:04:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:04:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:04:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:04:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:04:12.688Z||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-08-24T20:04:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:04:22.224Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:04:22.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:05:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:05:12.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:05:12.686Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:05:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:05:12.688Z||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-08-24T20:05:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:05:22.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:05:22.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:06:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:06:12.686Z||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-08-24T20:06:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:06:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:06:12.688Z||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-08-24T20:06:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:06:22.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:06:22.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:07:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:07:12.686Z||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-08-24T20:07:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:07:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:07:12.688Z||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-08-24T20:07:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:07:22.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:07:22.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:08:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:08:12.686Z||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-08-24T20:08:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:08:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:08:12.688Z||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-08-24T20:08:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:08:22.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:08:22.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:09:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:09:12.686Z||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-08-24T20:09:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:09:12.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:09:12.688Z||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-08-24T20:09:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:09:22.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:09:22.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:10:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:10:12.686Z||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-08-24T20:10:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:10:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:10:12.687Z||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-08-24T20:10:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:10:22.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:10:22.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:11:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:11:12.686Z||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-08-24T20:11:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:11:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:11:12.688Z||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-08-24T20:11:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:11:22.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:11:22.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:12:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:12:12.686Z||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-08-24T20:12:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:12:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:12:12.688Z||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-08-24T20:12:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:12:22.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:12:22.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:13:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:13:12.686Z||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-08-24T20:13:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:13:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:13:12.688Z||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-08-24T20:13:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:13:22.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:13:22.225Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:14:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:14:12.686Z||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-08-24T20:14:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:14:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:14:12.688Z||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-08-24T20:14:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:14:22.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:14:22.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:15:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:15:12.686Z||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-08-24T20:15:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:15:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:15:12.688Z||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-08-24T20:15:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:15:22.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:15:22.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:16:12.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:16:12.686Z||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-08-24T20:16:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:16:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:16:12.688Z||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-08-24T20:16:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:16:22.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:16:22.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:17:12.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:17:12.686Z||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-08-24T20:17:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:17:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:17:12.688Z||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-08-24T20:17:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:17:22.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:17:22.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:18:12.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:18:12.686Z||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-08-24T20:18:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:18:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:18:12.688Z||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-08-24T20:18:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:18:22.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:18:22.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:19:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:19:12.686Z||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-08-24T20:19:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:19:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:19:12.688Z||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-08-24T20:19:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:19:22.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:19:22.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:20:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:20:12.686Z||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-08-24T20:20:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:20:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:20:12.688Z||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-08-24T20:20:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:20:22.219Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:20:22.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:21:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:21:12.686Z||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-08-24T20:21:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:21:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:21:12.688Z||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-08-24T20:21:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:21:22.220Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:21:22.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:22:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:22:12.686Z||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-08-24T20:22:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:22:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:22:12.688Z||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-08-24T20:22:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:22:22.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:22:22.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:23:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:23:12.686Z||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-08-24T20:23:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:23:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:23:12.688Z||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-08-24T20:23:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:23:22.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:23:22.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:24:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:24:12.686Z||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-08-24T20:24:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:24:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:24:12.688Z||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-08-24T20:24:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:24:22.221Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:24:22.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:25:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:25:12.686Z||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-08-24T20:25:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:25:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:25:12.688Z||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-08-24T20:25:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:25:22.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:25:22.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:26:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:26:12.686Z||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-08-24T20:26:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:26:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:26:12.688Z||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-08-24T20:26:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:26:22.221Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:26:22.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:27:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:27:12.686Z||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-08-24T20:27:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:27:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:27:12.688Z||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-08-24T20:27:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:27:22.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:27:22.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:28:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:28:12.686Z||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-08-24T20:28:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:28:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:28:12.688Z||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-08-24T20:28:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:28:22.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:28:22.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:29:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:29:12.686Z||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-08-24T20:29:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:29:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:29:12.688Z||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-08-24T20:29:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:29:22.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:29:22.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:30:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:30:12.686Z||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-08-24T20:30:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:30:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:30:12.688Z||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-08-24T20:30:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:30:22.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:30:22.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:31:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:31:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:31:12.687Z||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-08-24T20:31:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:31:12.688Z||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-08-24T20:31:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:31:22.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:31:22.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:32:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:32:12.686Z||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-08-24T20:32:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:32:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:32:12.688Z||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-08-24T20:32:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:32:22.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:32:22.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:33:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:33:12.686Z||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-08-24T20:33:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:33:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:33:12.688Z||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-08-24T20:33:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:33:22.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:33:22.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:34:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:34:12.686Z||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-08-24T20:34:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:34:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:34:12.688Z||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-08-24T20:34:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:34:22.225Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:34:22.228Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:35:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:35:12.686Z||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-08-24T20:35:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:35:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:35:12.688Z||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-08-24T20:35:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:35:22.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:35:22.228Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:36:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:36:12.686Z||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-08-24T20:36:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:36:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:36:12.688Z||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-08-24T20:36:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:36:22.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:36:22.222Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:37:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:37:12.686Z||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-08-24T20:37:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:37:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:37:12.688Z||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-08-24T20:37:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:37:22.221Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:37:22.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:38:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:38:12.686Z||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-08-24T20:38:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:38:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:38:12.688Z||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-08-24T20:38:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:38:22.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:38:22.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:39:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:39:12.686Z||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-08-24T20:39:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:39:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:39:12.688Z||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-08-24T20:39:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:39:22.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:39:22.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:40:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:40:12.686Z||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-08-24T20:40:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:40:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:40:12.688Z||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-08-24T20:40:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:40:22.221Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:40:22.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:41:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:41:12.686Z||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-08-24T20:41:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:41:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:41:12.688Z||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-08-24T20:41:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:41:22.220Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:41:22.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:42:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:42:12.686Z||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-08-24T20:42:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:42:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:42:12.688Z||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-08-24T20:42:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:42:22.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:42:22.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:43:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:43:12.686Z||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-08-24T20:43:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:43:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:43:12.688Z||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-08-24T20:43:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:43:22.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:43:22.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:44:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:44:12.686Z||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-08-24T20:44:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:44:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:44:12.688Z||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-08-24T20:44:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:44:22.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:44:22.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:45:12.686Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:45:12.686Z||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-08-24T20:45:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:45:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:45:12.688Z||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-08-24T20:45:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:45:22.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:45:22.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:46:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:46:12.686Z||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-08-24T20:46:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:46:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:46:12.688Z||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-08-24T20:46:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:46:22.223Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:46:22.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:47:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:47:12.686Z||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-08-24T20:47:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:47:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:47:12.688Z||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-08-24T20:47:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:47:22.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:47:22.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:48:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:48:12.686Z||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-08-24T20:48:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:48:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:48:12.688Z||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-08-24T20:48:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:48:22.222Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:48:22.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:49:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:49:12.686Z||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-08-24T20:49:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:49:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:49:12.688Z||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-08-24T20:49:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:49:22.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:49:22.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:50:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:50:12.686Z||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-08-24T20:50:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:50:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:50:12.688Z||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-08-24T20:50:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:50:22.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:50:22.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:51:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:51:12.686Z||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-08-24T20:51:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:51:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:51:12.688Z||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-08-24T20:51:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:51:22.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:51:22.229Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:52:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:52:12.686Z||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-08-24T20:52:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:52:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:52:12.688Z||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-08-24T20:52:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:52:22.234Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:52:22.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:53:12.686Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:53:12.687Z||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-08-24T20:53:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:53:12.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:53:12.688Z||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-08-24T20:53:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:53:22.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:53:22.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:54:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:54:12.686Z||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-08-24T20:54:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:54:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:54:12.688Z||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-08-24T20:54:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:54:22.221Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:54:22.227Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:55:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:55:12.686Z||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-08-24T20:55:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:55:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:55:12.688Z||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-08-24T20:55:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:55:22.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:55:22.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:56:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:56:12.686Z||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-08-24T20:56:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:56:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:56:12.688Z||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-08-24T20:56:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:56:22.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:56:22.221Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:57:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:57:12.686Z||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-08-24T20:57:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:57:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:57:12.688Z||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-08-24T20:57:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:57:22.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:57:22.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:58:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:58:12.686Z||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-08-24T20:58:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:58:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:58:12.688Z||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-08-24T20:58:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:58:22.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:58:22.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:59:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:59:12.686Z||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-08-24T20:59:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:59:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:59:12.688Z||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-08-24T20:59:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:59:22.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T20:59:22.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:00:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:00:12.686Z||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-08-24T21:00:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:00:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:00:12.688Z||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-08-24T21:00:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:00:22.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:00:22.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:01:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:01:12.686Z||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-08-24T21:01:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:01:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:01:12.688Z||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-08-24T21:01:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:01:22.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:01:22.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:02:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:02:12.686Z||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-08-24T21:02:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:02:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:02:12.688Z||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-08-24T21:02:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:02:22.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:02:22.223Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:03:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:03:12.686Z||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-08-24T21:03:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:03:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:03:12.688Z||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-08-24T21:03:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:03:22.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:03:22.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:04:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:04:12.686Z||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-08-24T21:04:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:04:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:04:12.688Z||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-08-24T21:04:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:04:22.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:04:22.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:05:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:05:12.686Z||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-08-24T21:05:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:05:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:05:12.688Z||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-08-24T21:05:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:05:22.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:05:22.222Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:06:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:06:12.686Z||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-08-24T21:06:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:06:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:06:12.688Z||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-08-24T21:06:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:06:22.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:06:22.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:07:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:07:12.686Z||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-08-24T21:07:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:07:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:07:12.688Z||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-08-24T21:07:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:07:22.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:07:22.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:07:31.930Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xfar0x170x830xa8"0xbf-0xa30x0c0x160x870xd6l0x160xa80x130xc20xc70xecB0xff0xda]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-24T21:08:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:08:12.686Z||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-08-24T21:08:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:08:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:08:12.688Z||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-08-24T21:08:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:08:22.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:08:22.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:09:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:09:12.686Z||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-08-24T21:09:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:09:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:09:12.688Z||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-08-24T21:09:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:09:22.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:09:22.221Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:10:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:10:12.686Z||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-08-24T21:10:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:10:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:10:12.688Z||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-08-24T21:10:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:10:22.223Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:10:22.225Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:11:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:11:12.686Z||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-08-24T21:11:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:11:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:11:12.688Z||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-08-24T21:11:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:11:22.222Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:11:22.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:12:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:12:12.686Z||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-08-24T21:12:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:12:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:12:12.688Z||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-08-24T21:12:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:12:22.220Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:12:22.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:13:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:13:12.686Z||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-08-24T21:13:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:13:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:13:12.688Z||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-08-24T21:13:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:13:22.219Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:13:22.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:14:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:14:12.686Z||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-08-24T21:14:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:14:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:14:12.688Z||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-08-24T21:14:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:14:22.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:14:22.236Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:15:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:15:12.686Z||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-08-24T21:15:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:15:12.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:15:12.688Z||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-08-24T21:15:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:15:22.220Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:15:22.222Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:16:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:16:12.686Z||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-08-24T21:16:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:16:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:16:12.688Z||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-08-24T21:16:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:16:22.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:16:22.222Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:17:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:17:12.686Z||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-08-24T21:17:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:17:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:17:12.688Z||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-08-24T21:17:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:17:22.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:17:22.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:18:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:18:12.686Z||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-08-24T21:18:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:18:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:18:12.688Z||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-08-24T21:18:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:18:22.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:18:22.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:19:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:19:12.686Z||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-08-24T21:19:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:19:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:19:12.688Z||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-08-24T21:19:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:19:22.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:19:22.225Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:20:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:20:12.686Z||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-08-24T21:20:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:20:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:20:12.688Z||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-08-24T21:20:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:20:22.219Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:20:22.223Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:21:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:21:12.686Z||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-08-24T21:21:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:21:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:21:12.688Z||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-08-24T21:21:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:21:22.222Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:21:22.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:22:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:22:12.686Z||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-08-24T21:22:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:22:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:22:12.688Z||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-08-24T21:22:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:22:22.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:22:22.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:23:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:23:12.686Z||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-08-24T21:23:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:23:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:23:12.688Z||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-08-24T21:23:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:23:22.220Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:23:22.221Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:24:12.686Z||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-08-24T21:24:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:24:12.688Z||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-08-24T21:24:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:13.307Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:13.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"327aafbd-80ac-4f19-8ce6-00fbca2bfd79","serviceName":"basic_onboard_bqWDsa","serviceVersion":"1.0","serviceUUID":"5fd46aee-8c19-41b0-840d-f6cd495a5b9b","serviceDescription":"service","serviceInvariantUUID":"1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e","resources":[{"resourceInstanceName":"basic_onboard_bqWDsa 0","resourceName":"basic_onboard_bqWDsa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a03d9bc2-7425-4038-9b92-12c24a0a774e","resourceInvariantUUID":"444a74dc-91db-4138-9d0f-37c9cd8298c4","resourceCustomizationUUID":"3d7e032a-950d-4314-8553-ddd1c2942fb6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml","artifactChecksum":"ZTE0NTc2MGU5OWVlZmYyYWZiN2FmM2I3N2YxMmFmMjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70114651-8d08-4530-99a2-5f00fbbbb61a","artifactVersion":"1"},{"artifactName":"basic_onboard_bqwdsa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json","artifactChecksum":"YTIwNWRhYzYxOGM0NTBiZWFlMjFlYTRhNTkwNGY1YTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e9dfe23c-9e38-4eb2-b496-73308ba381bf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9dadcbe5-1edc-49e8-b181-700121562613","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cea7b816-7205-4cd1-b973-d5ff6f0cd57e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c262caa5-9721-4cab-af49-4edbbad2b38c","artifactVersion":"2","generatedFromUUID":"9dadcbe5-1edc-49e8-b181-700121562613"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBqwdsa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml","artifactChecksum":"MzdiNDU0MGNlNDVhNGVhYTdlZDg3NTNmYmU0YWU0NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a925db5-ffb6-479e-8da3-94a8623ee5e3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBqwdsa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar","artifactChecksum":"ZmI1ZGE3MjliMmIwMmY4MTk2NmMxMGRhYjdjMzQ5M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01b7c28f-c0db-4c6b-a6ce-40941a2dc69a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T21:24:13.315Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:13.318Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:24:13.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840222069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.324Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:13.332Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:13.332Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840252685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "dcae-sch",
"timestamp": 1629840226247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "ves-openapi-manager",
"timestamp": 1629840217850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "policy-id",
"timestamp": 1629840219154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "aai-ml",
"timestamp": 1629840218637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "dcae-sch",
"timestamp": 1629840226247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "ves-openapi-manager",
"timestamp": 1629840217850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840222069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "policy-id",
"timestamp": 1629840219154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "aai-ml",
"timestamp": 1629840218637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "dcae-sch",
"timestamp": 1629840226247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840222069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "ves-openapi-manager",
"timestamp": 1629840217850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "policy-id",
"timestamp": 1629840219154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "aai-ml",
"timestamp": 1629840218637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "cds",
"timestamp": 1629840230270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "dcae-sch",
"timestamp": 1629840226247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840222069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "ves-openapi-manager",
"timestamp": 1629840217850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "policy-id",
"timestamp": 1629840219154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "aai-ml",
"timestamp": 1629840218637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "cds",
"timestamp": 1629840230270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "dcae-sch",
"timestamp": 1629840226247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840222069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "ves-openapi-manager",
"timestamp": 1629840217850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "policy-id",
"timestamp": 1629840219154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "aai-ml",
"timestamp": 1629840218637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "cds",
"timestamp": 1629840230270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "dcae-sch",
"timestamp": 1629840226247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "ves-openapi-manager",
"timestamp": 1629840217850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840222069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "policy-id",
"timestamp": 1629840219154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "aai-ml",
"timestamp": 1629840218637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "cds",
"timestamp": 1629840230270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "dcae-sch",
"timestamp": 1629840226247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "ves-openapi-manager",
"timestamp": 1629840217850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840222069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "policy-id",
"timestamp": 1629840219154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "aai-ml",
"timestamp": 1629840218637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "cds",
"timestamp": 1629840230270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840235168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "cds",
"timestamp": 1629840230270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "policy-id",
"timestamp": 1629840236273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840236561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840235168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "aai-ml",
"timestamp": 1629840236922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "cds",
"timestamp": 1629840230270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "policy-id",
"timestamp": 1629840237280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:24:13.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840235168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-24T21:24:13.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "policy-id",
"timestamp": 1629840238284,
"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-08-24T21:24:13.432Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-24T21:24:13.434Z||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-08-24T21:24:13.434Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
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-08-24T21:24:13.442Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:13.443Z||pool-3-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-24T21:24:13.492Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
2021-08-24T21:24:13.509Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 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-08-24T21:24:13.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840235168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "cds",
"timestamp": 1629840239179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840235168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840239838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "cds",
"timestamp": 1629840240193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-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-08-24T21:24:13.537Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
2021-08-24T21:24:13.537Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 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-08-24T21:24:13.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840235168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840240841,
"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-08-24T21:24:13.546Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
2021-08-24T21:24:13.546Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 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-08-24T21:24:13.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840235168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:24:13.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840242977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840244150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840245339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "clamp",
"timestamp": 1629840244976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "clamp",
"timestamp": 1629840244976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840247090,
"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-08-24T21:24:13.556Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
2021-08-24T21:24:13.556Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 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-08-24T21:24:13.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "aai-ml",
"timestamp": 1629840247250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:24:13.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "clamp",
"timestamp": 1629840244976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840248094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T21:24:13.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "aai-ml",
"timestamp": 1629840248255,
"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-08-24T21:24:13.566Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
2021-08-24T21:24:13.566Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 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-08-24T21:24:13.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "clamp",
"timestamp": 1629840244976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "clamp",
"timestamp": 1629840244976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "clamp",
"timestamp": 1629840244976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:13.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "clamp",
"timestamp": 1629840244976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:24:13.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:24:14.336Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:24:14.337Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:14.338Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:14.338Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840252685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T21:24:14.438Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:24:14.439Z||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-08-24T21:24:14.439Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:14.447Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:14.447Z||pool-4-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:15.339Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:24:15.340Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:15.342Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:15.342Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840252685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-24T21:24:15.442Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:15.443Z||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-08-24T21:24:15.443Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:15.451Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:15.451Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:16.342Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:24:16.343Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:16.345Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:16.345Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840252685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:16.445Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:16.446Z||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-08-24T21:24:16.446Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:16.457Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:16.457Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:17.345Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:24:17.346Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:17.348Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:17.348Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840252685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-24T21:24:17.448Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:17.449Z||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-08-24T21:24:17.449Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:17.456Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:17.456Z||pool-7-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:18.349Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:24:18.350Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:18.352Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:18.352Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840252685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:24:18.452Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:18.453Z||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-08-24T21:24:18.453Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:18.462Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:18.462Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:19.353Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:24:19.354Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:19.356Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:19.356Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840252685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:24:19.456Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:19.456Z||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-08-24T21:24:19.456Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:19.464Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:19.464Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:20.357Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"serviceName": "basic_onboard_bqWDsa",
"serviceVersion": "1.0",
"serviceUUID": "5fd46aee-8c19-41b0-840d-f6cd495a5b9b",
"serviceDescription": "service",
"serviceInvariantUUID": "1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e",
"resources": [
{
"resourceInstanceName": "basic_onboard_bqWDsa 0",
"resourceCustomizationUUID": "3d7e032a-950d-4314-8553-ddd1c2942fb6",
"resourceName": "basic_onboard_bqWDsa",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a03d9bc2-7425-4038-9b92-12c24a0a774e",
"resourceInvariantUUID": "444a74dc-91db-4138-9d0f-37c9cd8298c4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_bqwdsa0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"artifactChecksum": "YTIwNWRhYzYxOGM0NTBiZWFlMjFlYTRhNTkwNGY1YTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e9dfe23c-9e38-4eb2-b496-73308ba381bf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9dadcbe5-1edc-49e8-b181-700121562613",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c262caa5-9721-4cab-af49-4edbbad2b38c",
"generatedFromUUID": "9dadcbe5-1edc-49e8-b181-700121562613"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c262caa5-9721-4cab-af49-4edbbad2b38c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardBqwdsa-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"artifactChecksum": "ZmI1ZGE3MjliMmIwMmY4MTk2NmMxMGRhYjdjMzQ5M2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "01b7c28f-c0db-4c6b-a6ce-40941a2dc69a"
}
],
"workloadContext": "Production"
}
2021-08-24T21:24:20.358Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T21:24:20.359Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5fd46aee-8c19-41b0-840d-f6cd495a5b9b ASDC
2021-08-24T21:24:20.443Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:327aafbd-80ac-4f19-8ce6-00fbca2bfd79
ServiceName:basic_onboard_bqWDsa
ServiceVersion:1.0
ServiceUUID:5fd46aee-8c19-41b0-840d-f6cd495a5b9b
ServiceInvariantUUID:1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBqwdsa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar
ArtifactUUID:01b7c28f-c0db-4c6b-a6ce-40941a2dc69a
ArtifactChecksum:ZmI1ZGE3MjliMmIwMmY4MTk2NmMxMGRhYjdjMzQ5M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_bqWDsa 0
ResourceCustomizationUUID:3d7e032a-950d-4314-8553-ddd1c2942fb6
ResourceInvariantUUID:444a74dc-91db-4138-9d0f-37c9cd8298c4
ResourceName:basic_onboard_bqWDsa
ResourceType:VF
ResourceUUID:a03d9bc2-7425-4038-9b92-12c24a0a774e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bqwdsa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json
ArtifactUUID:e9dfe23c-9e38-4eb2-b496-73308ba381bf
ArtifactChecksum:YTIwNWRhYzYxOGM0NTBiZWFlMjFlYTRhNTkwNGY1YTk=
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/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9dadcbe5-1edc-49e8-b181-700121562613
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/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env
ArtifactUUID:c262caa5-9721-4cab-af49-4edbbad2b38c
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/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env
ArtifactUUID:c262caa5-9721-4cab-af49-4edbbad2b38c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-24T21:24:20.443Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5fd46aee-8c19-41b0-840d-f6cd495a5b9b 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-08-24T21:24:20.494Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:24:20.495Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:24:20.495Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:24:20.495Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 01b7c28f-c0db-4c6b-a6ce-40941a2dc69a from URL: /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:20.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:24:20.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:20.625Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:24:20.630Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar 01b7c28f-c0db-4c6b-a6ce-40941a2dc69a 71373
2021-08-24T21:24:20.631Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar ASDC sendASDCNotification
2021-08-24T21:24:20.631Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:20.632Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:24:20.632Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:20.634Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:20.634Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840260630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:24:20.734Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:20.734Z||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-08-24T21:24:20.735Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:20.743Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:20.743Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:24:21.634Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:24:21.635Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:24:21.635Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 01b7c28f-c0db-4c6b-a6ce-40941a2dc69a, URL: /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar to file: /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:21.636Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:21.746Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:21.747Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:22.240Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10625735541171934292/Definitions/service-BasicOnboardBqwdsa-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-08-24T21:24:23.687Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T21:24:23.691Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:24:23.691Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.691Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-24T21:24:23.691Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.691Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|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-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|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-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|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-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|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-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bqWDsa 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-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|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-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:24:23.700Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:23.701Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:23.706Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:23.706Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:24:23.707Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:24:23.709Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:23.709Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:23.709Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:23.709Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:24:23.709Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:24:23.709Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:23.710Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:23.713Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:23.713Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is not matching search criteria
2021-08-24T21:24:23.713Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-24T21:24:23.713Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-24T21:24:23.713Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-24T21:24:23.714Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-24T21:24:23.714Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-24T21:24:23.714Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:23.714Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T21:24:23.715Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:23.715Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:23.716Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:24:23.716Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:23.716Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:23.716Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:24:23.717Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:23.717Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:23.717Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:24:23.717Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:23.717Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is not matching search criteria
2021-08-24T21:24:23.718Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-24T21:24:23.718Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-24T21:24:23.718Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6db79522-0626-4db2-8754-4fce029fd730
2021-08-24T21:24:23.718Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:23.718Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:23.718Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:23.719Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:23.719Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:23.719Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:23.719Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:23.719Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:23.719Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_bqWDsa
Description:service
Model UUID:5fd46aee-8c19-41b0-840d-f6cd495a5b9b
Model Version:NULL
Model InvariantUuid:1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_bqWDsa
Model UUID:54ddbba9-ac51-4536-8c45-92d06130df58
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:444a74dc-91db-4138-9d0f-37c9cd8298c4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3d7e032a-950d-4314-8553-ddd1c2942fb6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dfb8dae5-2689-43cb-9472-e59b49e21992
ModelName:BasicOnboardBqwdsa..base_ubuntu18..module-0
ModelUuid:1d1ad533-1b2e-4c82-a0cd-5a948adcb063
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6db79522-0626-4db2-8754-4fce029fd730
ModelInvariantUuid:4623349a-5282-45d0-aa5c-ad0cfd523435
ModelName:basic_onboard_bqWDsa-nodes.ubuntu18Cvfc
ModelUuid:a88446aa-241e-4e4a-b62d-e542cf8f11fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:a44fea49-0c2a-43b3-a437-6505a6c3584b
ModelInvariantUuid:9e1b2ba2-4330-4863-b98f-d06171341f29
ModelName:BasicOnboardBqwdsa.compute.nodes.heat.ubuntu18
ModelUuid:7aedd9ff-cce6-43f7-8801-55f9869c739b
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-08-24T21:24:23.728Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a03d9bc2-7425-4038-9b92-12c24a0a774e
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-08-24T21:24:23.814Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||basic_onboard_bqWDsa 0
2021-08-24T21:24:23.820Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a03d9bc2-7425-4038-9b92-12c24a0a774e
2021-08-24T21:24:23.820Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e9dfe23c-9e38-4eb2-b496-73308ba381bf from URL: /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json
2021-08-24T21:24:23.820Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:24:23.820Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json
2021-08-24T21:24:23.919Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:24:23.919Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json e9dfe23c-9e38-4eb2-b496-73308ba381bf 798
2021-08-24T21:24:23.920Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json ASDC sendASDCNotification
2021-08-24T21:24:23.920Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json
2021-08-24T21:24:23.920Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:24:23.920Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:23.922Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:23.922Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840263920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:24:24.022Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:24.023Z||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-08-24T21:24:24.023Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:24.031Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:24.031Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:24.923Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBqwdsa..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "dfb8dae5-2689-43cb-9472-e59b49e21992",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d1ad533-1b2e-4c82-a0cd-5a948adcb063",
"vfModuleModelCustomizationUUID": "93de1735-38fd-4739-8a1c-6b26dc179f4c",
"isBase": true,
"artifacts": [
"9dadcbe5-1edc-49e8-b181-700121562613",
"c262caa5-9721-4cab-af49-4edbbad2b38c"
],
"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-08-24T21:24:24.942Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBqwdsa..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d1ad533-1b2e-4c82-a0cd-5a948adcb063
VfModuleModelInvariantUUID:dfb8dae5-2689-43cb-9472-e59b49e21992
VfModuleModelDescription:NULL
Artifacts UUID List:{
9dadcbe5-1edc-49e8-b181-700121562613
,
c262caa5-9721-4cab-af49-4edbbad2b38c
}
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-08-24T21:24:24.945Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBqwdsa..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "dfb8dae5-2689-43cb-9472-e59b49e21992",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d1ad533-1b2e-4c82-a0cd-5a948adcb063",
"vfModuleModelCustomizationUUID": "93de1735-38fd-4739-8a1c-6b26dc179f4c",
"isBase": true,
"artifacts": [
"9dadcbe5-1edc-49e8-b181-700121562613",
"c262caa5-9721-4cab-af49-4edbbad2b38c"
],
"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-08-24T21:24:24.945Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBqwdsa..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d1ad533-1b2e-4c82-a0cd-5a948adcb063
VfModuleModelInvariantUUID:dfb8dae5-2689-43cb-9472-e59b49e21992
VfModuleModelDescription:NULL
Artifacts UUID List:{
9dadcbe5-1edc-49e8-b181-700121562613
,
c262caa5-9721-4cab-af49-4edbbad2b38c
}
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-08-24T21:24:24.945Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9dadcbe5-1edc-49e8-b181-700121562613 from URL: /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml
2021-08-24T21:24:24.945Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:24:24.946Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml
2021-08-24T21:24:25.052Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:24:25.053Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml 9dadcbe5-1edc-49e8-b181-700121562613 5033
2021-08-24T21:24:25.053Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-24T21:24:25.053Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml
2021-08-24T21:24:25.053Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:24:25.054Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:25.055Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:25.055Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840265053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:24:25.155Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:25.156Z||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-08-24T21:24:25.156Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:25.164Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:25.164Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:24:26.056Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c262caa5-9721-4cab-af49-4edbbad2b38c from URL: /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env
2021-08-24T21:24:26.056Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:24:26.056Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env
2021-08-24T21:24:26.448Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:24:26.449Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env c262caa5-9721-4cab-af49-4edbbad2b38c 909
2021-08-24T21:24:26.449Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-24T21:24:26.449Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env
2021-08-24T21:24:26.449Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:24:26.449Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:26.451Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:26.451Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840266449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:24:26.551Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:26.552Z||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-08-24T21:24:26.552Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:26.560Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:26.560Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:27.451Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5fd46aee-8c19-41b0-840d-f6cd495a5b9b
2021-08-24T21:24:27.452Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bqWDsa 0 a03d9bc2-7425-4038-9b92-12c24a0a774e 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-08-24T21:24:27.475Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:27.475Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.475Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-08-24T21:24:27.475Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3d7e032a-950d-4314-8553-ddd1c2942fb6
2021-08-24T21:24:27.475Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3d7e032a-950d-4314-8553-ddd1c2942fb6 matches Tosca VF Customization UUID: 3d7e032a-950d-4314-8553-ddd1c2942fb6
2021-08-24T21:24:27.475Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3d7e032a-950d-4314-8553-ddd1c2942fb6 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-08-24T21:24:27.480Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:27.480Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.481Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3d7e032a-950d-4314-8553-ddd1c2942fb6: {\"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-08-24T21:24:27.481Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@269d8bbf
2021-08-24T21:24:27.481Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:27.482Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T21:24:27.482Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 93de1735-38fd-4739-8a1c-6b26dc179f4c
2021-08-24T21:24:27.483Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 93de1735-38fd-4739-8a1c-6b26dc179f4c
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-08-24T21:24:27.487Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:27.487Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:27.487Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:24:27.488Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:27.488Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:27.488Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:24:27.488Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:27.488Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is not matching search criteria
2021-08-24T21:24:27.488Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-24T21:24:27.488Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-24T21:24:27.489Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6db79522-0626-4db2-8754-4fce029fd730
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-08-24T21:24:27.493Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:27.493Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:27.493Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:24:27.494Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:27.494Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:27.494Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0] matching following query criteria: sdcType=VF, customizationUUID=3d7e032a-950d-4314-8553-ddd1c2942fb6
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-08-24T21:24:27.495Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:27.495Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5fd46aee-8c19-41b0-840d-f6cd495a5b9b: basic_onboard_bqWDsa
2021-08-24T21:24:27.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:27.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:27.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:27.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.497Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:27.497Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.497Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:24:27.497Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.497Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_bqWDsa
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-08-24T21:24:27.603Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bqWDsa a03d9bc2-7425-4038-9b92-12c24a0a774e 1 ASDC deployResourceStructure
2021-08-24T21:24:27.603Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json ASDC sendASDCNotification
2021-08-24T21:24:27.603Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json
2021-08-24T21:24:27.603Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:24:27.604Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:27.605Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:27.605Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840267603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T21:24:27.705Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:27.706Z||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-08-24T21:24:27.706Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:27.714Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:27.715Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:28.607Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-24T21:24:28.607Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml
2021-08-24T21:24:28.607Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:24:28.608Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:28.610Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:28.610Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840268607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-24T21:24:28.710Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:28.711Z||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-08-24T21:24:28.711Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:28.720Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:28.720Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:29.611Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-24T21:24:29.611Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env
2021-08-24T21:24:29.611Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:24:29.612Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:29.614Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:29.614Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840269610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-24T21:24:29.714Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:29.715Z||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-08-24T21:24:29.715Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:29.724Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:29.725Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:30.615Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar ASDC sendASDCNotification
2021-08-24T21:24:30.615Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:30.616Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:24:30.616Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:30.617Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:30.617Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840270615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:24:30.717Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:30.718Z||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-08-24T21:24:30.718Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:30.727Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:24:30.727Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:24:31.618Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
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-08-24T21:24:31.632Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
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-08-24T21:24:31.635Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:24:31.636Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T21:24:31.636Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T21:24:31.636Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T21:24:31.636Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:24:31.636Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:24:31.637Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:24:31.637Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:24:31.637Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:24:31.637Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|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-08-24T21:24:31.641Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T21:25:01.641Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 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-08-24T21:25:01.649Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 and serviceModelVersionId: 5fd46aee-8c19-41b0-840d-f6cd495a5b9b
2021-08-24T21:25:01.649Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e
2021-08-24T21:25:12.686Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0
2021-08-24T21:25:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:25:12.688Z||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-08-24T21:25:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:12.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:12.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:25:12.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840252685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:25:12.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:25:12.816Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T21:25:13.410Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0|INFO|500||Invoke
2021-08-24T21:25:13.417Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[327aafbd-80ac-4f19-8ce6-00fbca2bfd79], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b2607b01-c812-4d8c-94a7-5f6d27e2fd81], X-ECOMP-RequestID=[327aafbd-80ac-4f19-8ce6-00fbca2bfd79], X-TransactionId=[], X-ONAP-RequestID=[327aafbd-80ac-4f19-8ce6-00fbca2bfd79], Content-Type=[application/merge-patch+json]}
2021-08-24T21:25:13.518Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-24T21:25:13.876Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?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/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210824-21:25:13:526-3506], vertex-id=[323680], Content-Length=[0], Date=[Tue, 24 Aug 2021 21:25:13 GMT], Content-Type=[application/json]}
2021-08-24T21:25:13.878Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-24T21:25:13.878Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0|INFO|500||InvokeReturn
2021-08-24T21:25:13.881Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T21:25:13.881Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|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-08-24T21:25:13.885Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|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-08-24T21:25:13.892Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T21:25:13.893Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T21:25:13.893Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:13.894Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:13.895Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840313892,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:25:13.995Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:13.995Z||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-08-24T21:25:13.996Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:14.004Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:14.005Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 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-08-24T21:25:14.909Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:25:14.909Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|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-08-24T21:25:14.909Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:23.036Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:23.037Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T21:25:23.038Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9739973c-8076-4a7a-b1e2-9dedbd431cd9","serviceName":"vFW 2021-08-24 21-24-00","serviceVersion":"1.0","serviceUUID":"6fd09334-4527-4810-8de7-da5659974225","serviceDescription":"catalog service description","serviceInvariantUUID":"c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da","resources":[{"resourceInstanceName":"vFW 8e3648b8-df92 0","resourceName":"vFW 8e3648b8-df92","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"86cc3266-83e0-4a25-a063-8f48a0fc9fb0","resourceInvariantUUID":"9ece0f9a-5660-433a-88fa-116341a0dbaa","resourceCustomizationUUID":"4ff5426b-4c37-40b7-8bf0-ec9ffb396958","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml","artifactChecksum":"MzJmZDE5MGEyZWI4ZTJiZDUxZGRiNGM3YjYwY2Y4Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"434218b7-7714-4b5c-a695-db2bfbe0e121","artifactVersion":"1"},{"artifactName":"vfw8e3648b8df920_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json","artifactChecksum":"ZTM4MmRmZDk4NmNlZjdlYjgxYTYwYThiNGJlNTM0NDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ae0eaa2-209e-407e-a308-a7d6f587c6b4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"43d04ad7-19e7-4428-8bbe-0734d5e5559e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml","artifactChecksum":"ZDk4Zjg2Y2Y3Yjg1MjhiNmUyMmQ5MjliNzEyMzM3ZmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1f275b86-1c90-404a-90ad-8232c43cf13e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"508689c7-dac5-4096-9760-d784bf931272","artifactVersion":"2","generatedFromUUID":"43d04ad7-19e7-4428-8bbe-0734d5e5559e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210824212400-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml","artifactChecksum":"YTUxOTM2NDRhMzI1YzVhNDI2ZWZhYTg5NWUxODE3NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d9131b3-a738-44d0-9d26-83fb73118b8d","artifactVersion":"1"},{"artifactName":"service-Vfw20210824212400-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar","artifactChecksum":"YjRmMmI0M2UyYzVhYmM4MDg2YjBiMDlhMDQ2MGE3ZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c7abec8b-7369-4d93-869d-4210328767df","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T21:25:23.040Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:25:23.041Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:23.043Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:23.043Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840314909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:25:23.143Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:23.144Z||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-08-24T21:25:23.144Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:23.173Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:23.174Z||pool-19-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:24.043Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:25:24.044Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:24.046Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:24.046Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840314909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "NOTIFIED"
}
2021-08-24T21:25:24.146Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:25:24.147Z||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-08-24T21:25:24.147Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:24.155Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:24.155Z||pool-20-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:25.047Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:25:25.048Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:25.050Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:25.050Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840314909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-24T21:25:25.150Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:25.150Z||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-08-24T21:25:25.150Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:25.157Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:25.158Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:26.050Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:25:26.051Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:26.053Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:26.053Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840314909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:25:26.154Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:26.155Z||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-08-24T21:25:26.155Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:26.165Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:26.166Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:27.055Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:25:27.055Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:27.057Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:27.058Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840314909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-24T21:25:27.158Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:25:27.158Z||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-08-24T21:25:27.158Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:27.165Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:27.165Z||pool-23-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:28.058Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:25:28.059Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:28.061Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:28.061Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840314909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:25:28.162Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:28.162Z||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-08-24T21:25:28.162Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:28.169Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:28.170Z||pool-24-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:29.062Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:25:29.063Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:29.065Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:29.065Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840314909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:25:29.165Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:29.166Z||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-08-24T21:25:29.166Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:29.174Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:29.175Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:30.066Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"serviceName": "vFW 2021-08-24 21-24-00",
"serviceVersion": "1.0",
"serviceUUID": "6fd09334-4527-4810-8de7-da5659974225",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da",
"resources": [
{
"resourceInstanceName": "vFW 8e3648b8-df92 0",
"resourceCustomizationUUID": "4ff5426b-4c37-40b7-8bf0-ec9ffb396958",
"resourceName": "vFW 8e3648b8-df92",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "86cc3266-83e0-4a25-a063-8f48a0fc9fb0",
"resourceInvariantUUID": "9ece0f9a-5660-433a-88fa-116341a0dbaa",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8e3648b8df920_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"artifactChecksum": "ZTM4MmRmZDk4NmNlZjdlYjgxYTYwYThiNGJlNTM0NDQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8ae0eaa2-209e-407e-a308-a7d6f587c6b4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "43d04ad7-19e7-4428-8bbe-0734d5e5559e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "508689c7-dac5-4096-9760-d784bf931272",
"generatedFromUUID": "43d04ad7-19e7-4428-8bbe-0734d5e5559e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "508689c7-dac5-4096-9760-d784bf931272",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210824212400-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"artifactChecksum": "YjRmMmI0M2UyYzVhYmM4MDg2YjBiMDlhMDQ2MGE3ZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c7abec8b-7369-4d93-869d-4210328767df"
}
],
"workloadContext": "Production"
}
2021-08-24T21:25:30.067Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T21:25:30.067Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6fd09334-4527-4810-8de7-da5659974225 ASDC
2021-08-24T21:25:30.067Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9739973c-8076-4a7a-b1e2-9dedbd431cd9
ServiceName:vFW 2021-08-24 21-24-00
ServiceVersion:1.0
ServiceUUID:6fd09334-4527-4810-8de7-da5659974225
ServiceInvariantUUID:c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210824212400-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar
ArtifactUUID:c7abec8b-7369-4d93-869d-4210328767df
ArtifactChecksum:YjRmMmI0M2UyYzVhYmM4MDg2YjBiMDlhMDQ2MGE3ZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e3648b8-df92 0
ResourceCustomizationUUID:4ff5426b-4c37-40b7-8bf0-ec9ffb396958
ResourceInvariantUUID:9ece0f9a-5660-433a-88fa-116341a0dbaa
ResourceName:vFW 8e3648b8-df92
ResourceType:VF
ResourceUUID:86cc3266-83e0-4a25-a063-8f48a0fc9fb0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e3648b8df920_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json
ArtifactUUID:8ae0eaa2-209e-407e-a308-a7d6f587c6b4
ArtifactChecksum:ZTM4MmRmZDk4NmNlZjdlYjgxYTYwYThiNGJlNTM0NDQ=
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/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml
ArtifactUUID:43d04ad7-19e7-4428-8bbe-0734d5e5559e
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/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env
ArtifactUUID:508689c7-dac5-4096-9760-d784bf931272
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/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env
ArtifactUUID:508689c7-dac5-4096-9760-d784bf931272
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-24T21:25:30.067Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6fd09334-4527-4810-8de7-da5659974225 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-08-24T21:25:30.095Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:25:30.096Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:25:30.096Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:25:30.096Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c7abec8b-7369-4d93-869d-4210328767df from URL: /sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:30.096Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:25:30.096Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:30.439Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:25:30.443Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar c7abec8b-7369-4d93-869d-4210328767df 98714
2021-08-24T21:25:30.443Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar ASDC sendASDCNotification
2021-08-24T21:25:30.443Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:30.443Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:25:30.443Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:30.445Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:30.445Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840330443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:25:30.545Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:30.546Z||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-08-24T21:25:30.546Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:30.553Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:30.553Z||pool-26-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:31.446Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:25:31.447Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:25:31.447Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c7abec8b-7369-4d93-869d-4210328767df, URL: /sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar to file: /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:31.447Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210824212400-csar.csar
2021-08-24T21:25:31.448Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:31.448Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:31.617Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6799666793707055528/Definitions/service-Vfw20210824212400-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-08-24T21:25:33.458Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T21:25:33.459Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:25:33.459Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.459Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-24T21:25:33.459Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||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-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.459Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||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-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||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-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e3648b8-df92 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-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.461Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:25:33.461Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:33.461Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:33.461Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:33.461Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:25:33.461Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:25:33.462Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:33.462Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:33.462Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:33.462Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:25:33.462Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:25:33.463Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:33.463Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:33.463Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:33.463Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is not matching search criteria
2021-08-24T21:25:33.463Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-24T21:25:33.463Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-24T21:25:33.463Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.465Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-24T21:25:33.465Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.465Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-24T21:25:33.465Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.465Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-24T21:25:33.465Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:33.465Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T21:25:33.466Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:33.466Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:33.466Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:33.466Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:33.466Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:33.466Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:33.467Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:33.467Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:33.467Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:33.467Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:33.467Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is not matching search criteria
2021-08-24T21:25:33.467Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-24T21:25:33.467Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-24T21:25:33.469Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.469Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b878d729-586f-4a3c-a84d-fb4aeb8ea42a
2021-08-24T21:25:33.469Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:33.469Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is not matching search criteria
2021-08-24T21:25:33.469Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-24T21:25:33.469Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-24T21:25:33.469Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-24T21:25:33.471Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.471Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ba377787-6fd3-4261-8755-a0251cfd55c2
2021-08-24T21:25:33.471Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:33.471Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is not matching search criteria
2021-08-24T21:25:33.471Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-24T21:25:33.471Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-24T21:25:33.471Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.472Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.472Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.472Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-24T21:25:33.472Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-24T21:25:33.472Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-24T21:25:33.472Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-24T21:25:33.472Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.473Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.473Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-24T21:25:33.473Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=442092d1-cfe3-437d-a319-37ad64c7d282
2021-08-24T21:25:33.473Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:33.473Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:33.473Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:33.473Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:33.474Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:33.474Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:33.474Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:33.474Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:33.474Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-24 21-24-00
Description:catalog service description
Model UUID:6fd09334-4527-4810-8de7-da5659974225
Model Version:NULL
Model InvariantUuid:c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8e3648b8-df92
Model UUID:ec6367a8-491f-4e0d-810f-ba5e8245ffea
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9ece0f9a-5660-433a-88fa-116341a0dbaa
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4ff5426b-4c37-40b7-8bf0-ec9ffb396958
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:56e2e184-c323-4b6d-a4d2-060b04ed9853
ModelName:Vfw8e3648b8Df92..base_vfw..module-0
ModelUuid:407893d4-556d-4938-8ef5-6da2ed535aa1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b878d729-586f-4a3c-a84d-fb4aeb8ea42a
ModelInvariantUuid:f939e462-f909-4f88-9390-39f5111300b2
ModelName:vFW 8e3648b8-df92-nodes.vfwCvfc
ModelUuid:7535935d-1e49-45ab-a756-8e4934404597
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:cd81ec49-9a9e-4cc9-b1ae-5c43fc5b85f0
ModelInvariantUuid:ee23eca6-79e9-4039-8c95-1b4cb9ccede5
ModelName:Vfw8e3648b8Df92.compute.nodes.heat.vfw
ModelUuid:1026e051-8d99-4cce-8f95-38f51fc38543
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ba377787-6fd3-4261-8755-a0251cfd55c2
ModelInvariantUuid:c0f33641-3663-4b52-80cf-d8aa5e03ab21
ModelName:vFW 8e3648b8-df92-nodes.vsnCvfc
ModelUuid:b95ac885-54b2-4ed7-a95c-2dc16d7f9030
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a3363c77-2cc4-4a3d-888d-1b54a87c8fb0
ModelInvariantUuid:2785a1c8-7907-488c-b86b-1f2ba2d73d47
ModelName:Vfw8e3648b8Df92.compute.nodes.heat.vsn
ModelUuid:8db1c37b-c2fb-4a0a-b2a8-3880989b82ee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:442092d1-cfe3-437d-a319-37ad64c7d282
ModelInvariantUuid:a7c4b846-79c1-42e8-ba75-2990012ac49f
ModelName:vFW 8e3648b8-df92-nodes.vpgCvfc
ModelUuid:8269bf18-8ed5-427e-aa08-e42d040fa8ea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c43aa1ee-d45c-4551-a968-da8c3c904e3f
ModelInvariantUuid:34965b24-71e3-428d-870f-f788fbe20d40
ModelName:Vfw8e3648b8Df92.compute.nodes.heat.vpg
ModelUuid:8dd4e384-86b9-44ea-9b33-c25bfc60f956
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-08-24T21:25:33.479Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 86cc3266-83e0-4a25-a063-8f48a0fc9fb0
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-08-24T21:25:33.481Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||vFW 8e3648b8-df92 0
2021-08-24T21:25:33.481Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 86cc3266-83e0-4a25-a063-8f48a0fc9fb0
2021-08-24T21:25:33.481Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8ae0eaa2-209e-407e-a308-a7d6f587c6b4 from URL: /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json
2021-08-24T21:25:33.481Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:25:33.481Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json
2021-08-24T21:25:34.170Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:25:34.171Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json 8ae0eaa2-209e-407e-a308-a7d6f587c6b4 785
2021-08-24T21:25:34.172Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json ASDC sendASDCNotification
2021-08-24T21:25:34.172Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json
2021-08-24T21:25:34.172Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:25:34.172Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:34.175Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:34.175Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840334171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:25:34.275Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:34.276Z||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-08-24T21:25:34.276Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:34.285Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:34.285Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:35.176Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8e3648b8Df92..base_vfw..module-0",
"vfModuleModelInvariantUUID": "56e2e184-c323-4b6d-a4d2-060b04ed9853",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "407893d4-556d-4938-8ef5-6da2ed535aa1",
"vfModuleModelCustomizationUUID": "d16578bb-1fbc-44ed-9680-77feaf3d7dbc",
"isBase": true,
"artifacts": [
"43d04ad7-19e7-4428-8bbe-0734d5e5559e",
"508689c7-dac5-4096-9760-d784bf931272"
],
"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-08-24T21:25:35.179Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8e3648b8Df92..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:407893d4-556d-4938-8ef5-6da2ed535aa1
VfModuleModelInvariantUUID:56e2e184-c323-4b6d-a4d2-060b04ed9853
VfModuleModelDescription:NULL
Artifacts UUID List:{
43d04ad7-19e7-4428-8bbe-0734d5e5559e
,
508689c7-dac5-4096-9760-d784bf931272
}
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-08-24T21:25:35.181Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8e3648b8Df92..base_vfw..module-0",
"vfModuleModelInvariantUUID": "56e2e184-c323-4b6d-a4d2-060b04ed9853",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "407893d4-556d-4938-8ef5-6da2ed535aa1",
"vfModuleModelCustomizationUUID": "d16578bb-1fbc-44ed-9680-77feaf3d7dbc",
"isBase": true,
"artifacts": [
"43d04ad7-19e7-4428-8bbe-0734d5e5559e",
"508689c7-dac5-4096-9760-d784bf931272"
],
"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-08-24T21:25:35.181Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8e3648b8Df92..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:407893d4-556d-4938-8ef5-6da2ed535aa1
VfModuleModelInvariantUUID:56e2e184-c323-4b6d-a4d2-060b04ed9853
VfModuleModelDescription:NULL
Artifacts UUID List:{
43d04ad7-19e7-4428-8bbe-0734d5e5559e
,
508689c7-dac5-4096-9760-d784bf931272
}
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-08-24T21:25:35.181Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 43d04ad7-19e7-4428-8bbe-0734d5e5559e from URL: /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml
2021-08-24T21:25:35.181Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:25:35.182Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml
2021-08-24T21:25:37.037Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:25:37.038Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml 43d04ad7-19e7-4428-8bbe-0734d5e5559e 20368
2021-08-24T21:25:37.039Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-24T21:25:37.039Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml
2021-08-24T21:25:37.039Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:25:37.039Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:37.041Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:37.041Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840337039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:25:37.141Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:37.142Z||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-08-24T21:25:37.142Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:37.149Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:37.150Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:25:38.042Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 508689c7-dac5-4096-9760-d784bf931272 from URL: /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env
2021-08-24T21:25:38.043Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:25:38.043Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env
2021-08-24T21:25:38.779Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:25:38.779Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env 508689c7-dac5-4096-9760-d784bf931272 2098
2021-08-24T21:25:38.780Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-24T21:25:38.780Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env
2021-08-24T21:25:38.780Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:25:38.780Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:38.782Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:38.782Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840338780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:25:38.882Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:38.883Z||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-08-24T21:25:38.883Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:38.890Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:38.890Z||pool-29-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:39.782Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6fd09334-4527-4810-8de7-da5659974225
2021-08-24T21:25:39.783Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8e3648b8-df92 0 86cc3266-83e0-4a25-a063-8f48a0fc9fb0 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-08-24T21:25:39.796Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.797Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.797Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-08-24T21:25:39.797Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 4ff5426b-4c37-40b7-8bf0-ec9ffb396958
2021-08-24T21:25:39.797Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4ff5426b-4c37-40b7-8bf0-ec9ffb396958 matches Tosca VF Customization UUID: 4ff5426b-4c37-40b7-8bf0-ec9ffb396958
2021-08-24T21:25:39.797Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 4ff5426b-4c37-40b7-8bf0-ec9ffb396958 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-08-24T21:25:39.799Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.799Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.799Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 4ff5426b-4c37-40b7-8bf0-ec9ffb396958: {\"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-08-24T21:25:39.800Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a0879d3
2021-08-24T21:25:39.800Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.800Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T21:25:39.800Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d16578bb-1fbc-44ed-9680-77feaf3d7dbc
2021-08-24T21:25:39.800Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d16578bb-1fbc-44ed-9680-77feaf3d7dbc
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-08-24T21:25:39.802Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.802Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:39.802Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:39.802Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.803Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:39.803Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:39.803Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.803Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is not matching search criteria
2021-08-24T21:25:39.803Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-24T21:25:39.803Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-24T21:25:39.805Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.805Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b878d729-586f-4a3c-a84d-fb4aeb8ea42a
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-08-24T21:25:39.806Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.806Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:39.807Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:39.807Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.807Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is not matching search criteria
2021-08-24T21:25:39.807Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-24T21:25:39.807Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:39.809Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-24T21:25:39.809Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.809Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ba377787-6fd3-4261-8755-a0251cfd55c2
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-08-24T21:25:39.810Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.810Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:39.811Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:39.813Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.813Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is not matching search criteria
2021-08-24T21:25:39.813Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-24T21:25:39.814Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-24T21:25:39.814Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:39.814Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.814Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.814Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-24T21:25:39.814Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-24T21:25:39.814Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-24T21:25:39.815Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-24T21:25:39.815Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.815Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:39.815Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-24T21:25:39.815Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=442092d1-cfe3-437d-a319-37ad64c7d282
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-08-24T21:25:39.816Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.817Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:39.817Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:39.817Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.817Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:39.817Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=4ff5426b-4c37-40b7-8bf0-ec9ffb396958
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-08-24T21:25:39.819Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.819Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.819Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6fd09334-4527-4810-8de7-da5659974225: vFW 8e3648b8-df92
2021-08-24T21:25:39.819Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.819Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.819Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.820Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.820Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.820Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.820Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.820Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.820Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:25:39.820Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.821Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-08-24 21-24-00
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-08-24T21:25:39.927Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8e3648b8-df92 86cc3266-83e0-4a25-a063-8f48a0fc9fb0 1 ASDC deployResourceStructure
2021-08-24T21:25:39.928Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json ASDC sendASDCNotification
2021-08-24T21:25:39.928Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json
2021-08-24T21:25:39.928Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:25:39.928Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:39.929Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:39.930Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840339928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T21:25:40.030Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:40.030Z||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-08-24T21:25:40.030Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:40.039Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:40.039Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:40.931Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-24T21:25:40.931Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml
2021-08-24T21:25:40.931Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:25:40.932Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:40.934Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:40.934Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840340931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-24T21:25:41.034Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:41.035Z||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-08-24T21:25:41.035Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:41.042Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:41.042Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:41.935Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-24T21:25:41.935Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env
2021-08-24T21:25:41.936Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:25:41.936Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:41.938Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:41.938Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840341935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-24T21:25:42.038Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:42.038Z||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-08-24T21:25:42.038Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:42.046Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:42.046Z||pool-32-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:42.939Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar ASDC sendASDCNotification
2021-08-24T21:25:42.939Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:42.939Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:25:42.940Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:42.942Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:42.942Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840342938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:25:43.042Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:43.042Z||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-08-24T21:25:43.043Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:43.054Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:25:43.054Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:43.943Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
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-08-24T21:25:43.950Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
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-08-24T21:25:43.951Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:25:43.951Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:25:43.952Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:26:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:26:12.688Z||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-08-24T21:26:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:26:12.707Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:26:12.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840252685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "NOTIFIED"
}
2021-08-24T21:26:12.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:26:12.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840252685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-24T21:26:12.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840252685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840252685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840252685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:26:12.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:26:12.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840252685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:26:12.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:26:12.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840260630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:26:12.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "clamp",
"timestamp": 1629840263184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840263920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "clamp",
"timestamp": 1629840264229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:26:12.713Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840265053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:26:12.713Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "clamp",
"timestamp": 1629840265232,
"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-08-24T21:26:12.718Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
2021-08-24T21:26:12.719Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 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-08-24T21:26:12.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840266449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:26:12.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840267603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T21:26:12.726Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840268607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-24T21:26:12.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840269610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-24T21:26:12.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840270615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:26:12.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:13.952Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
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-08-24T21:26:13.958Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
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-08-24T21:26:13.960Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:26:13.960Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:26:13.960Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:26:43.960Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
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-08-24T21:26:43.968Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
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-08-24T21:26:43.970Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:26:43.970Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:26:43.971Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:27:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:27:12.688Z||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-08-24T21:27:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:27:13.210Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:27:13.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840313892,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:27:13.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "cds",
"timestamp": 1629840320270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1629840317850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840315168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840314909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "policy-id",
"timestamp": 1629840319154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840315168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "NOTIFIED"
}
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "cds",
"timestamp": 1629840320270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840314909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "NOTIFIED"
}
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1629840317850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "policy-id",
"timestamp": 1629840319154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "cds",
"timestamp": 1629840320270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840315168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840314909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1629840317850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "policy-id",
"timestamp": 1629840319154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "cds",
"timestamp": 1629840320270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840315168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1629840317850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840314909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "policy-id",
"timestamp": 1629840319154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "dcae-sch",
"timestamp": 1629840326247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "cds",
"timestamp": 1629840320270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840315168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1629840317850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840314909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "policy-id",
"timestamp": 1629840319154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "dcae-sch",
"timestamp": 1629840326247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "cds",
"timestamp": 1629840320270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840315168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1629840317850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840314909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "policy-id",
"timestamp": 1629840319154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "dcae-sch",
"timestamp": 1629840326247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "cds",
"timestamp": 1629840320270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840315168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1629840317850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840314909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "policy-id",
"timestamp": 1629840319154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "dcae-sch",
"timestamp": 1629840326247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840330436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "cds",
"timestamp": 1629840330443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840330443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "policy-id",
"timestamp": 1629840330443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "dcae-sch",
"timestamp": 1629840326247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "cds",
"timestamp": 1629840331447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-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-08-24T21:27:13.232Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9739973c-8076-4a7a-b1e2-9dedbd431cd9
2021-08-24T21:27:13.232Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9739973c-8076-4a7a-b1e2-9dedbd431cd9 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-08-24T21:27:13.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "policy-id",
"timestamp": 1629840331448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:27:13.239Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840331884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.239Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "dcae-sch",
"timestamp": 1629840326247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "policy-id",
"timestamp": 1629840332451,
"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-08-24T21:27:13.245Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9739973c-8076-4a7a-b1e2-9dedbd431cd9
2021-08-24T21:27:13.245Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9739973c-8076-4a7a-b1e2-9dedbd431cd9 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-08-24T21:27:13.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "dcae-sch",
"timestamp": 1629840326247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840333577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840334171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840334601,
"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-08-24T21:27:13.254Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9739973c-8076-4a7a-b1e2-9dedbd431cd9
2021-08-24T21:27:13.254Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9739973c-8076-4a7a-b1e2-9dedbd431cd9 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-08-24T21:27:13.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "clamp",
"timestamp": 1629840334976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629840335605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "clamp",
"timestamp": 1629840334976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "NOTIFIED"
}
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840337039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "clamp",
"timestamp": 1629840334976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "clamp",
"timestamp": 1629840334976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840338780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "aai-ml",
"timestamp": 1629840338637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "clamp",
"timestamp": 1629840334976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840339928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "DEPLOY_OK"
}
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "aai-ml",
"timestamp": 1629840338637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "clamp",
"timestamp": 1629840334976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840340931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "aai-ml",
"timestamp": 1629840338637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "clamp",
"timestamp": 1629840334976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840341935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "aai-ml",
"timestamp": 1629840338637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840342069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840342938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "aai-ml",
"timestamp": 1629840338637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840342069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "aai-ml",
"timestamp": 1629840338637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840342069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "aai-ml",
"timestamp": 1629840338637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840342069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "aai-ml",
"timestamp": 1629840346666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840342069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840342069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840342069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "clamp",
"timestamp": 1629840349191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840350053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "clamp",
"timestamp": 1629840351192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:27:13.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "clamp",
"timestamp": 1629840352196,
"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-08-24T21:27:13.270Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9739973c-8076-4a7a-b1e2-9dedbd431cd9
2021-08-24T21:27:13.270Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9739973c-8076-4a7a-b1e2-9dedbd431cd9 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-08-24T21:27:13.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840352749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:27:13.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629840353752,
"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-08-24T21:27:13.280Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9739973c-8076-4a7a-b1e2-9dedbd431cd9
2021-08-24T21:27:13.280Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9739973c-8076-4a7a-b1e2-9dedbd431cd9 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-08-24T21:27:13.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "aai-ml",
"timestamp": 1629840356062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:27:13.285Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "aai-ml",
"timestamp": 1629840357065,
"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-08-24T21:27:13.288Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9739973c-8076-4a7a-b1e2-9dedbd431cd9
2021-08-24T21:27:13.288Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9739973c-8076-4a7a-b1e2-9dedbd431cd9 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-08-24T21:27:13.971Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
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-08-24T21:27:13.979Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
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-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:27:13.983Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:27:13.983Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:27:13.983Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:27:13.986Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T21:27:43.987Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9 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-08-24T21:27:43.991Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9 and serviceModelVersionId: 6fd09334-4527-4810-8de7-da5659974225
2021-08-24T21:27:43.991Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da
2021-08-24T21:27:43.992Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da/model-vers/model-ver/6fd09334-4527-4810-8de7-da5659974225?depth=0
2021-08-24T21:27:44.002Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T21:27:44.045Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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/c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da/model-vers/model-ver/6fd09334-4527-4810-8de7-da5659974225?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-08-24T21:27:44.046Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da/model-vers/model-ver/6fd09334-4527-4810-8de7-da5659974225?depth=0|INFO|500||Invoke
2021-08-24T21:27:44.086Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da/model-vers/model-ver/6fd09334-4527-4810-8de7-da5659974225?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-24T21:27:44.156Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da/model-vers/model-ver/6fd09334-4527-4810-8de7-da5659974225?depth=0|INFO|500||InvokeReturn
2021-08-24T21:27:44.156Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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/c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da/model-vers/model-ver/6fd09334-4527-4810-8de7-da5659974225?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210824-21:27:44:092-7997], vertex-id=[340064], Content-Length=[0], Date=[Tue, 24 Aug 2021 21:27:44 GMT], Content-Type=[application/json]}
2021-08-24T21:27:44.156Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-08-24T21:27:44.157Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T21:27:44.157Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:27:44.160Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:27:44.160Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9739973c-8076-4a7a-b1e2-9dedbd431cd9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T21:27:44.160Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T21:27:44.161Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:27:44.162Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:27:44.162Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840464160,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:27:44.262Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:27:44.263Z||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-08-24T21:27:44.263Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:27:44.275Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:27:44.275Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 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-08-24T21:27:45.173Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:27:45.173Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:27:45.173Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:27:55.364Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:27:55.365Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:27:55.365Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:27:55.365Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:28:04.897Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:28:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:28:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:28:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:28:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:28:12.688Z||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-08-24T21:28:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:28:13.307Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:28:13.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:28:13.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629840464160,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:28:13.308Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:28:22.218Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:29:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:29:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:29:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:29:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:29:12.688Z||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-08-24T21:29:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:29:22.221Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:29:22.221Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:30:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:30:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:30:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:30:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:30:12.687Z||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-08-24T21:30:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:30:22.220Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:30:22.221Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:31:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:31:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:31:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:31:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:31:12.687Z||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-08-24T21:31:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:31:22.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:31:22.223Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:32:12.691Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:32:12.691Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:32:12.692Z||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-08-24T21:32:12.692Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:32:12.692Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:32:12.692Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:32:22.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:32:22.230Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:33:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:33:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:33:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:33:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:33:12.688Z||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-08-24T21:33:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:33:22.220Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:33:22.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:34:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:34:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:34:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:34:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:34:12.688Z||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-08-24T21:34:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:34:22.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:34:22.224Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:35:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:35:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:35:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:35:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:35:12.688Z||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-08-24T21:35:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:35:22.223Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:35:22.225Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:36:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:36:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:36:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:36:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:36:12.687Z||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-08-24T21:36:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:36:22.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:36:22.221Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:37:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:37:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:37:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:37:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:37:12.688Z||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-08-24T21:37:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:37:22.219Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:37:22.220Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:38:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:38:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:38:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:38:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:38:12.688Z||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-08-24T21:38:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:38:12.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:38:12.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "cds",
"timestamp": 1629841085270,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:38:12.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:38:12.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "clamp",
"timestamp": 1629841084976,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:38:12.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:38:12.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "dcae-sch",
"timestamp": 1629841086247,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "aai-ml",
"timestamp": 1629841088637,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "cds",
"timestamp": 1629841085270,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "aai-ml",
"timestamp": 1629841088637,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "dcae-sch",
"timestamp": 1629841086247,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "clamp",
"timestamp": 1629841084976,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:38:13.321Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:38:13.322Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T21:38:13.322Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"16212b67-615b-477d-9b67-78553305d089","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f3fd0826-b859-4812-b6d3-1b6e681eaf24","serviceDescription":"service","serviceInvariantUUID":"d65e12b9-3e03-4056-9dd2-aa97b4236341","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"695f4bda-d1ae-4a7e-9925-fbb1a3f46f61","resourceInvariantUUID":"a624a818-86b9-4bfb-a3a9-f0874ee9b1c8","resourceCustomizationUUID":"4aa38831-fb92-4353-ba27-196c7ecdea61","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":"YzM3ZGY3YzA4N2ZmYzBjNWZiZmE1NDllZGNmNjg3YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a5e88674-4156-44be-9700-57e53d285be6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDNlYTFmZTAxNDA3Y2U5ZGUyYTRlOTc5N2VkOWNmZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0680a3a6-6b23-472c-8a11-7cb36ec37384","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T21:38:13.324Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:38:13.324Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:38:13.326Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:38:13.327Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841092685,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:38:13.426Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:38:13.427Z||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-08-24T21:38:13.427Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:38:13.434Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:38:13.435Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:38:14.328Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:38:14.328Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:38:14.330Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:38:14.330Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841092685,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:38:14.430Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:38:14.431Z||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-08-24T21:38:14.431Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:38:14.438Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:38:14.438Z||pool-36-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:38:15.331Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "f3fd0826-b859-4812-b6d3-1b6e681eaf24",
"serviceDescription": "service",
"serviceInvariantUUID": "d65e12b9-3e03-4056-9dd2-aa97b4236341",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "4aa38831-fb92-4353-ba27-196c7ecdea61",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "695f4bda-d1ae-4a7e-9925-fbb1a3f46f61",
"resourceInvariantUUID": "a624a818-86b9-4bfb-a3a9-f0874ee9b1c8",
"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": "NDNlYTFmZTAxNDA3Y2U5ZGUyYTRlOTc5N2VkOWNmZGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0680a3a6-6b23-472c-8a11-7cb36ec37384"
}
],
"workloadContext": "Production"
}
2021-08-24T21:38:15.332Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T21:38:15.332Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f3fd0826-b859-4812-b6d3-1b6e681eaf24 ASDC
2021-08-24T21:38:15.332Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:16212b67-615b-477d-9b67-78553305d089
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f3fd0826-b859-4812-b6d3-1b6e681eaf24
ServiceInvariantUUID:d65e12b9-3e03-4056-9dd2-aa97b4236341
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:0680a3a6-6b23-472c-8a11-7cb36ec37384
ArtifactChecksum:NDNlYTFmZTAxNDA3Y2U5ZGUyYTRlOTc5N2VkOWNmZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4aa38831-fb92-4353-ba27-196c7ecdea61
ResourceInvariantUUID:a624a818-86b9-4bfb-a3a9-f0874ee9b1c8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:695f4bda-d1ae-4a7e-9925-fbb1a3f46f61
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-08-24T21:38:15.332Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3fd0826-b859-4812-b6d3-1b6e681eaf24 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-08-24T21:38:15.350Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:38:15.351Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:38:15.351Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:38:15.351Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0680a3a6-6b23-472c-8a11-7cb36ec37384 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-24T21:38:15.351Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:38:15.351Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:17.938Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:38:17.940Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0680a3a6-6b23-472c-8a11-7cb36ec37384 52175
2021-08-24T21:38:17.940Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:17.940Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:17.940Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:38:17.941Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:38:17.943Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:38:17.943Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841097940,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:38:18.043Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:38:18.044Z||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-08-24T21:38:18.044Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:38:18.051Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:38:18.051Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:38:18.943Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:38:18.945Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:38:18.945Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0680a3a6-6b23-472c-8a11-7cb36ec37384, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T21:38:18.945Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-24T21:38:18.946Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T21:38:18.946Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T21:38:19.059Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14126735903347579377/Definitions/service-BasicNetwork-template.yml
2021-08-24T21:38:19.523Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T21:38:19.523Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:38:19.523Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T21:38:19.523Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.527Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:f3fd0826-b859-4812-b6d3-1b6e681eaf24
Model Version:NULL
Model InvariantUuid:d65e12b9-3e03-4056-9dd2-aa97b4236341
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a624a818-86b9-4bfb-a3a9-f0874ee9b1c8
Model UUID:9d4958ec-ac29-491e-9523-9137821041e4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:4aa38831-fb92-4353-ba27-196c7ecdea61
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-08-24T21:38:19.532Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 695f4bda-d1ae-4a7e-9925-fbb1a3f46f61
2021-08-24T21:38:19.532Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||No resources found for Service: f3fd0826-b859-4812-b6d3-1b6e681eaf24
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-08-24T21:38:19.535Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||
2021-08-24T21:38:19.535Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-08-24T21:38:19.536Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||No resources found for Service: f3fd0826-b859-4812-b6d3-1b6e681eaf24
2021-08-24T21:38:19.536Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f3fd0826-b859-4812-b6d3-1b6e681eaf24
2021-08-24T21:38:19.536Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-08-24T21:38:19.536Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:19.540Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:38:19.540Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.540Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:38:19.540Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.540Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f3fd0826-b859-4812-b6d3-1b6e681eaf24: Generic NeutronNet
2021-08-24T21:38:19.540Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:38:19.541Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.541Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:38:19.541Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:19.567Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:38:19.567Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.568Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:38:19.568Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:19.568Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:38:19.568Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.568Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:19.614Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-08-24T21:38:19.614Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:19.614Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:38:19.614Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:38:19.614Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:38:19.616Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:38:19.616Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841099614,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:38:19.716Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:38:19.717Z||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-08-24T21:38:19.717Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:38:19.726Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:38:19.726Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:38:20.617Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
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-08-24T21:38:20.624Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
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-08-24T21:38:20.626Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:38:20.626Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:38:20.626Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:38:50.626Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
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-08-24T21:38:50.633Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
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-08-24T21:38:50.634Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:38:50.634Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:38:50.634Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:39:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:39:12.688Z||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-08-24T21:39:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:39:12.713Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:39:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:39:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629841092069,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:39:12.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:39:20.635Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
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-08-24T21:39:20.642Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
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-08-24T21:39:20.643Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:39:20.644Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:39:20.644Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:39:50.644Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
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-08-24T21:39:50.651Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
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-08-24T21:39:50.652Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:39:50.652Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:39:50.652Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:40:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:40:12.688Z||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-08-24T21:40:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:40:12.710Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:40:12.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841092685,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629841092069,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "cds",
"timestamp": 1629841094080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "aai-ml",
"timestamp": 1629841094167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841092685,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:40:12.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "cds",
"timestamp": 1629841095085,
"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=?
2021-08-24T21:40:12.719Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16212b67-615b-477d-9b67-78553305d089
2021-08-24T21:40:12.719Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16212b67-615b-477d-9b67-78553305d089 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-08-24T21:40:12.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629841095474,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629841095168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.727Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "clamp",
"timestamp": 1629841096267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629841095168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629841096823,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629841097827,
"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-08-24T21:40:12.731Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16212b67-615b-477d-9b67-78553305d089
2021-08-24T21:40:12.731Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16212b67-615b-477d-9b67-78553305d089 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-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841097940,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "clamp",
"timestamp": 1629841098274,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "ves-openapi-manager",
"timestamp": 1629841097850,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "aai-ml",
"timestamp": 1629841098861,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "clamp",
"timestamp": 1629841099277,
"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-08-24T21:40:12.739Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 16212b67-615b-477d-9b67-78553305d089
2021-08-24T21:40:12.739Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16212b67-615b-477d-9b67-78553305d089 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-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "ves-openapi-manager",
"timestamp": 1629841097850,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841099614,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "policy-id",
"timestamp": 1629841099154,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "aai-ml",
"timestamp": 1629841099865,
"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-08-24T21:40:12.747Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16212b67-615b-477d-9b67-78553305d089
2021-08-24T21:40:12.747Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16212b67-615b-477d-9b67-78553305d089 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-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "policy-id",
"timestamp": 1629841099154,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "policy-id",
"timestamp": 1629841102062,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "policy-id",
"timestamp": 1629841103066,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "policy-id",
"timestamp": 1629841104069,
"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-08-24T21:40:12.755Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16212b67-615b-477d-9b67-78553305d089
2021-08-24T21:40:12.755Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16212b67-615b-477d-9b67-78553305d089 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-08-24T21:40:12.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629841135169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "ves-openapi-manager",
"timestamp": 1629841137850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "policy-id",
"timestamp": 1629841139154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "ves-openapi-manager",
"timestamp": 1629841137850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629841135169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "policy-id",
"timestamp": 1629841139154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "ves-openapi-manager",
"timestamp": 1629841137850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629841135169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "policy-id",
"timestamp": 1629841139154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "ves-openapi-manager",
"timestamp": 1629841137850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629841135169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "policy-id",
"timestamp": 1629841139154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "ves-openapi-manager",
"timestamp": 1629841137850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629841135169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "policy-id",
"timestamp": 1629841139154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "ves-openapi-manager",
"timestamp": 1629841137850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629841135169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "policy-id",
"timestamp": 1629841139154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "clamp",
"timestamp": 1629841144976,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "cds",
"timestamp": 1629841145270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "ves-openapi-manager",
"timestamp": 1629841137850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629841135169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "policy-id",
"timestamp": 1629841139154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "clamp",
"timestamp": 1629841144976,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "cds",
"timestamp": 1629841145270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "dcae-sch",
"timestamp": 1629841146247,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "ves-openapi-manager",
"timestamp": 1629841137850,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629841135169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "policy-id",
"timestamp": 1629841139154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "clamp",
"timestamp": 1629841144976,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "cds",
"timestamp": 1629841145270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "dcae-sch",
"timestamp": 1629841146247,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "policy-id",
"timestamp": 1629841148548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "clamp",
"timestamp": 1629841144976,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "ves-openapi-manager",
"timestamp": 1629841148640,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "cds",
"timestamp": 1629841145270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "dcae-sch",
"timestamp": 1629841146247,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "aai-ml",
"timestamp": 1629841148637,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "policy-id",
"timestamp": 1629841149551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "clamp",
"timestamp": 1629841144976,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "cds",
"timestamp": 1629841145270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "ves-openapi-manager",
"timestamp": 1629841149862,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "dcae-sch",
"timestamp": 1629841146247,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "aai-ml",
"timestamp": 1629841148637,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "policy-id",
"timestamp": 1629841150554,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-24T21:40:12.777Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dcd9e216-1bb1-4388-a2bf-3e4a31499707
2021-08-24T21:40:12.777Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcd9e216-1bb1-4388-a2bf-3e4a31499707 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-08-24T21:40:12.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "clamp",
"timestamp": 1629841144976,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "cds",
"timestamp": 1629841145270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "ves-openapi-manager",
"timestamp": 1629841150865,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-24T21:40:12.784Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of dcd9e216-1bb1-4388-a2bf-3e4a31499707
2021-08-24T21:40:12.785Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcd9e216-1bb1-4388-a2bf-3e4a31499707 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-24T21:40:12.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "dcae-sch",
"timestamp": 1629841146247,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "aai-ml",
"timestamp": 1629841148637,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "clamp",
"timestamp": 1629841144976,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "cds",
"timestamp": 1629841145270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "dcae-sch",
"timestamp": 1629841146247,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "aai-ml",
"timestamp": 1629841148637,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-24T21:40:20.655Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
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-08-24T21:40:20.664Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
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-08-24T21:40:20.666Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:40:20.666Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T21:40:20.666Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T21:40:20.666Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T21:40:20.667Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:40:20.667Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:40:20.667Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:40:20.667Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:40:20.667Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:40:20.667Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-24T21:40:20.667Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:40:20.670Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T21:40:50.671Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16212b67-615b-477d-9b67-78553305d089 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-08-24T21:40:50.675Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16212b67-615b-477d-9b67-78553305d089 and serviceModelVersionId: f3fd0826-b859-4812-b6d3-1b6e681eaf24
2021-08-24T21:40:50.675Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d65e12b9-3e03-4056-9dd2-aa97b4236341
2021-08-24T21:40:50.676Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d65e12b9-3e03-4056-9dd2-aa97b4236341/model-vers/model-ver/f3fd0826-b859-4812-b6d3-1b6e681eaf24?depth=0
2021-08-24T21:40:50.680Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T21:40:50.713Z|16212b67-615b-477d-9b67-78553305d089|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/d65e12b9-3e03-4056-9dd2-aa97b4236341/model-vers/model-ver/f3fd0826-b859-4812-b6d3-1b6e681eaf24?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-08-24T21:40:50.714Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d65e12b9-3e03-4056-9dd2-aa97b4236341/model-vers/model-ver/f3fd0826-b859-4812-b6d3-1b6e681eaf24?depth=0|INFO|500||Invoke
2021-08-24T21:40:50.728Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d65e12b9-3e03-4056-9dd2-aa97b4236341/model-vers/model-ver/f3fd0826-b859-4812-b6d3-1b6e681eaf24?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-24T21:40:50.852Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d65e12b9-3e03-4056-9dd2-aa97b4236341/model-vers/model-ver/f3fd0826-b859-4812-b6d3-1b6e681eaf24?depth=0|INFO|500||InvokeReturn
2021-08-24T21:40:50.852Z|16212b67-615b-477d-9b67-78553305d089|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/d65e12b9-3e03-4056-9dd2-aa97b4236341/model-vers/model-ver/f3fd0826-b859-4812-b6d3-1b6e681eaf24?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210824-21:40:50:734-3449], vertex-id=[237800], Content-Length=[0], Date=[Tue, 24 Aug 2021 21:40:50 GMT], Content-Type=[application/json]}
2021-08-24T21:40:50.852Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-08-24T21:40:50.852Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T21:40:50.852Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:40:50.855Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:40:50.856Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16212b67-615b-477d-9b67-78553305d089 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T21:40:50.856Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T21:40:50.856Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:40:50.857Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:40:50.858Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "16212b67-615b-477d-9b67-78553305d089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841250856,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:40:50.958Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:40:50.958Z||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-08-24T21:40:50.958Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:40:50.969Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:40:50.969Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 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-08-24T21:40:51.866Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:40:51.866Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:40:51.866Z|16212b67-615b-477d-9b67-78553305d089|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:40:56.137Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:40:56.137Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T21:40:56.137Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"dcd9e216-1bb1-4388-a2bf-3e4a31499707","serviceName":"Demo_pNF_jbqY47X7DzwcqeyeYSTM","serviceVersion":"1.0","serviceUUID":"3f49846f-e142-4f10-8a6f-4e84d5ea9842","serviceDescription":"catalog service description","serviceInvariantUUID":"c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6","resources":[{"resourceInstanceName":"pNF 80721522-f51b 0","resourceName":"pNF 80721522-f51b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b1a73969-9441-4785-95e5-9cb3db4d349a","resourceInvariantUUID":"827527d2-4984-4d4a-8cc0-ade2a85a0f9b","resourceCustomizationUUID":"320708d1-23d6-4a95-a2ae-da366060cd7b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml","artifactChecksum":"YzZmZDRjYTYyYTBmYTg2MjJlNjdjNjIzMDE2MGJiZjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66357499-ab3e-4485-99f4-9fc6bfbe262f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar","artifactChecksum":"ZjIzZjFiMDcwNGQ3M2Q5YTUyOGE0NTU3ZTkzNWVhODM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f241cbd4-d0e8-4952-a1ab-6110c1049755","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41baeffd-340e-46b7-bb06-f83abdd9a345","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml","artifactChecksum":"Mjk2MTgwNzY0NTI3NDA0YTE3YmExZTE2MjM5N2UwOTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb56e278-3079-4ddb-8ca7-016906e7b199","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a3057265-cbb3-4147-b93a-ff21b6cc5256","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6c11cb7-d101-4934-b2c7-621aafb27278","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml","artifactChecksum":"ZTUyYzM3M2U1MWY5MGRkOTI5ZGI5NmE1YjJlNjJhZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75081f53-effb-409c-b311-c34cd5fa2802","artifactVersion":"1"},{"artifactName":"service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar","artifactChecksum":"M2ZjOWVhMzM4ZDk0YzFkY2ZhMGZhNmI5YjI5MzkyZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bed82dd-d1cb-45f4-9c64-957782f0a9f8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T21:40:56.140Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:40:56.140Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:40:56.142Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:40:56.142Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841251866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:56.242Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:40:56.243Z||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-08-24T21:40:56.243Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:40:56.250Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:40:56.250Z||pool-40-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:40:57.143Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:40:57.147Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:40:57.149Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:40:57.149Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841251866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:57.249Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:40:57.249Z||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-08-24T21:40:57.250Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:40:57.257Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:40:57.258Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:40:58.149Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:40:58.150Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:40:58.152Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:40:58.152Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841251866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:58.251Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:40:58.252Z||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-08-24T21:40:58.252Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:40:58.260Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:40:58.260Z||pool-42-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:40:59.152Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:40:59.153Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:40:59.155Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:40:59.155Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841251866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:40:59.255Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:40:59.255Z||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-08-24T21:40:59.256Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:40:59.264Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:40:59.264Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:41:00.155Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:41:00.156Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:41:00.157Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:41:00.158Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841251866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:41:00.258Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:41:00.258Z||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-08-24T21:41:00.258Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:41:00.266Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:41:00.266Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:41:01.158Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:41:01.158Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:41:01.161Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:41:01.161Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841251866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:41:01.261Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:41:01.261Z||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-08-24T21:41:01.262Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:41:01.269Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:41:01.269Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:41:02.161Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:41:02.162Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:41:02.164Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:41:02.164Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841251866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-24T21:41:02.264Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:41:02.264Z||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-08-24T21:41:02.264Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:41:02.271Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:41:02.272Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:41:03.164Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:41:03.165Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:41:03.166Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:41:03.166Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841251866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
"status": "NOTIFIED"
}
2021-08-24T21:41:03.266Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:41:03.267Z||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-08-24T21:41:03.267Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:41:03.275Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:41:03.276Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:41:04.167Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"serviceName": "Demo_pNF_jbqY47X7DzwcqeyeYSTM",
"serviceVersion": "1.0",
"serviceUUID": "3f49846f-e142-4f10-8a6f-4e84d5ea9842",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6",
"resources": [
{
"resourceInstanceName": "pNF 80721522-f51b 0",
"resourceCustomizationUUID": "320708d1-23d6-4a95-a2ae-da366060cd7b",
"resourceName": "pNF 80721522-f51b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "b1a73969-9441-4785-95e5-9cb3db4d349a",
"resourceInvariantUUID": "827527d2-4984-4d4a-8cc0-ade2a85a0f9b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
"artifactChecksum": "M2ZjOWVhMzM4ZDk0YzFkY2ZhMGZhNmI5YjI5MzkyZWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9bed82dd-d1cb-45f4-9c64-957782f0a9f8"
}
],
"workloadContext": "Production"
}
2021-08-24T21:41:04.168Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T21:41:04.168Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3f49846f-e142-4f10-8a6f-4e84d5ea9842 ASDC
2021-08-24T21:41:04.168Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:dcd9e216-1bb1-4388-a2bf-3e4a31499707
ServiceName:Demo_pNF_jbqY47X7DzwcqeyeYSTM
ServiceVersion:1.0
ServiceUUID:3f49846f-e142-4f10-8a6f-4e84d5ea9842
ServiceInvariantUUID:c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
ArtifactUUID:9bed82dd-d1cb-45f4-9c64-957782f0a9f8
ArtifactChecksum:M2ZjOWVhMzM4ZDk0YzFkY2ZhMGZhNmI5YjI5MzkyZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 80721522-f51b 0
ResourceCustomizationUUID:320708d1-23d6-4a95-a2ae-da366060cd7b
ResourceInvariantUUID:827527d2-4984-4d4a-8cc0-ade2a85a0f9b
ResourceName:pNF 80721522-f51b
ResourceType:PNF
ResourceUUID:b1a73969-9441-4785-95e5-9cb3db4d349a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-08-24T21:41:04.168Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f49846f-e142-4f10-8a6f-4e84d5ea9842 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-08-24T21:41:04.185Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:41:04.185Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:41:04.185Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:41:04.185Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9bed82dd-d1cb-45f4-9c64-957782f0a9f8 from URL: /sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:04.186Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:41:04.186Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:04.284Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:41:04.287Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar 9bed82dd-d1cb-45f4-9c64-957782f0a9f8 82550
2021-08-24T21:41:04.287Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar ASDC sendASDCNotification
2021-08-24T21:41:04.287Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:04.287Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:41:04.287Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:41:04.289Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:41:04.289Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629841264287,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-24T21:41:04.389Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:41:04.389Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-24T21:41:04.389Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:41:04.397Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-24T21:41:04.397Z||pool-48-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:41:05.289Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:41:05.290Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:41:05.290Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9bed82dd-d1cb-45f4-9c64-957782f0a9f8, URL: /sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar to file: /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.290Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.291Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.291Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.366Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2055053306726673809/Definitions/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml
2021-08-24T21:41:05.926Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 80721522-f51b 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|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-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|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-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|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-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:41:05.928Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:41:05.928Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.928Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Node template pNF 80721522-f51b 0 is matching search criteria
2021-08-24T21:41:05.928Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:41:05.929Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 80721522-f51b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:41:05.929Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:41:05.929Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.929Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Node template pNF 80721522-f51b 0 is matching search criteria
2021-08-24T21:41:05.929Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:41:05.930Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 80721522-f51b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:41:05.930Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:41:05.930Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.930Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:41:05.930Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.930Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:41:05.931Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.931Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:41:05.931Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.931Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:41:05.931Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.932Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_jbqY47X7DzwcqeyeYSTM
Description:catalog service description
Model UUID:3f49846f-e142-4f10-8a6f-4e84d5ea9842
Model Version:NULL
Model InvariantUuid:c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-08-24T21:41:05.936Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: b1a73969-9441-4785-95e5-9cb3db4d349a
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-08-24T21:41:05.938Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||pNF 80721522-f51b 0
2021-08-24T21:41:05.938Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b1a73969-9441-4785-95e5-9cb3db4d349a
2021-08-24T21:41:05.938Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 3f49846f-e142-4f10-8a6f-4e84d5ea9842
2021-08-24T21:41:05.939Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3f49846f-e142-4f10-8a6f-4e84d5ea9842
2021-08-24T21:41:05.939Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 80721522-f51b 0 b1a73969-9441-4785-95e5-9cb3db4d349a ASDC
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-08-24T21:41:05.942Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-24T21:41:05.942Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.943Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3f49846f-e142-4f10-8a6f-4e84d5ea9842: pNF 80721522-f51b
2021-08-24T21:41:05.943Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||Processing PNF resource: b1a73969-9441-4785-95e5-9cb3db4d349a
2021-08-24T21:41:05.943Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery