By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-09-24T17:17:42.128Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5f489b4fdd-kxmmb with PID 14 (/app/app.jar started by so in /app)
2021-09-24T17:17:42.133Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-09-24T17:17:42.133Z||main|||||INFO|500||The following profiles are active: basic
2021-09-24T17:17:49.555Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-24T17:17:49.555Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-24T17:17:49.657Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-24T17:17:51.078Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-24T17:17:51.240Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-24T17:17:51.578Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-24T17:17:51.702Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-24T17:17:52.108Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-24T17:17:53.111Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-24T17:17:53.716Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-24T17:17:55.924Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-24T17:17:56.074Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-24T17:17:56.086Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-24T17:17:56.093Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-24T17:17:56.633Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-24T17:17:57.058Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-24T17:17:57.897Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-24T17:17:57.916Z||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$$b7d8ca94.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-24T17:17:57.917Z||main|||||WARN|500||The sdc end point is not alive
2021-09-24T17:18:00.018Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-24T17:18:02.144Z||main|||||WARN|500||---
2021-09-24T17:18:02.144Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-24T17:18:02.144Z||main|||||WARN|500||---
2021-09-24T17:18:02.429Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-24T17:18:05.493Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-24T17:18:05.494Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-24T17:18:05.496Z||main|||||INFO|500||Started Application in 25.323 seconds (JVM running for 26.537)
2021-09-24T17:18:05.508Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-24T17:18:05.532Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-24T17:18:05.615Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5384657c-d1dd-42a3-b72c-da377146fc9b url= /sdc/v1/artifactTypes
2021-09-24T17:18:05.616Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-24T17:18:05.837Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-24T17:18:05.853Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-24T17:18:05.871Z||scheduling-1|||||DEBUG|500||create keys
2021-09-24T17:18:05.893Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-24T17:18:06.918Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.56.120] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-24T17:18:06.920Z||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.56.120] failed: Connection refused (Connection refused)]
2021-09-24T17:18:06.920Z||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.56.120] failed: Connection refused (Connection refused)
2021-09-24T17:18:06.923Z||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.56.120] 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.56.120] 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-09-24T17:18:55.487Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-24T17:18:55.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-24T17:18:55.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-24T17:18:55.492Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-24T17:18:55.498Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b92e9180-c22f-4fc5-94b1-be7dfb19f7c8 url= /sdc/v1/artifactTypes
2021-09-24T17:18:55.498Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-24T17:18:55.531Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-24T17:18:55.532Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-24T17:18:55.532Z||scheduling-1|||||DEBUG|500||create keys
2021-09-24T17:18:55.533Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-24T17:18:55.533Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-24T17:18:56.550Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.56.120] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-24T17:18:56.550Z||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.56.120] failed: Connection refused (Connection refused)]
2021-09-24T17:18:56.551Z||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.56.120] failed: Connection refused (Connection refused)
2021-09-24T17:18:56.551Z||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.56.120] 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.56.120] 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-09-24T17:19:45.487Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-24T17:19:45.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-24T17:19:45.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-24T17:19:45.492Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-24T17:19:45.499Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5e29136e-1fcd-423b-af90-862f634e9f1c url= /sdc/v1/artifactTypes
2021-09-24T17:19:45.499Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-24T17:19:45.530Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-24T17:19:45.531Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-24T17:19:45.531Z||scheduling-1|||||DEBUG|500||create keys
2021-09-24T17:19:45.531Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-24T17:19:45.532Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-24T17:19:45.562Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:19:45.581Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= acaf0d3e-ddf6-4162-9871-c017f7ff1706 url= /sdc/v1/registerForDistribution
2021-09-24T17:19:45.588Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@422ce0e7
2021-09-24T17:19:45.588Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-09-24T17:19:45.589Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-09-24T17:19:45.593Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/eBJYkec3Dk08OhB3 will send credentials over a clear channel.
2021-09-24T17:19:45.594Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/eBJYkec3Dk08OhB3 (as eBJYkec3Dk08OhB3) ...
2021-09-24T17:19:45.615Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:19:45.618Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-24T17:19:45.619Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
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: ASDC server problem
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-09-24T17:20:35.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-24T17:20:35.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-24T17:20:35.487Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-24T17:20:35.493Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-24T17:20:35.498Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d69086f8-0788-4b03-a656-9bb2a9f7d1b6 url= /sdc/v1/artifactTypes
2021-09-24T17:20:35.498Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-24T17:20:35.537Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-24T17:20:35.538Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-24T17:20:35.538Z||scheduling-1|||||DEBUG|500||create keys
2021-09-24T17:20:35.539Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-09-24T17:20:35.539Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eBJYkec3Dk08OhB3) ...
2021-09-24T17:20:35.563Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:20:35.564Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c017f395-2a99-484f-8997-f4ae691fa49b url= /sdc/v1/registerForDistribution
2021-09-24T17:20:35.689Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c017f395-2a99-484f-8997-f4ae691fa49b url= /sdc/v1/registerForDistribution
2021-09-24T17:20:35.690Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-24T17:20:35.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:20:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:20:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:20:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:20:35.703Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:20:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:20:35.706Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-24T17:20:45.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:20:46.030Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:21:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:21:35.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:21:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:21:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:21:35.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:21:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:21:45.262Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:21:45.262Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:22:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:22:35.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:22:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:22:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:22:35.703Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:22:35.704Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:22:45.260Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:22:45.261Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:23:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:23:35.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:23:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:23:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:23:35.702Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:23:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:23:45.261Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:23:45.262Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:24:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:24:35.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:24:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:24:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:24:35.703Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:24:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:24:45.259Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:24:45.263Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:25:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:25:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:25:35.705Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:25:35.705Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:25:35.705Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:25:35.706Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:25:45.265Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:25:45.265Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:26:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:26:35.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:26:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:26:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:26:35.703Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:26:35.704Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:26:45.258Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:26:45.262Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:27:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:27:35.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:27:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:27:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:27:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:27:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:27:45.261Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:27:45.261Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:27:57.767Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-24T17:28:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:28:35.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:28:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:28:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:28:35.703Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:28:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:28:45.259Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:28:45.259Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:29:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:29:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:29:35.702Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:29:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:29:35.702Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:29:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:29:45.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:29:45.252Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:30:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:30:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:30:35.702Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:30:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:30:35.702Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:30:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:30:45.255Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:30:45.258Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:31:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:31:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:31:35.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:31:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:31:35.702Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:31:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:31:45.253Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:31:45.254Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:32:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:32:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:32:35.702Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:32:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:32:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:32:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:32:45.256Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:32:45.258Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:33:35.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:33:35.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:33:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:33:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:33:35.702Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:33:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:33:45.254Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:33:45.254Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:34:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:34:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:34:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:34:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:34:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:34:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:34:45.258Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:34:45.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:35:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:35:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:35:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:35:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:35:35.702Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:35:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:35:45.250Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:35:45.253Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:36:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:36:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:36:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:36:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:36:35.702Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:36:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:36:45.254Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:36:45.254Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:37:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:37:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:37:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:37:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:37:35.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:37:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:37:45.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:37:45.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:38:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:38:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:38:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:38:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:38:35.703Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:38:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:38:45.255Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:38:45.259Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:39:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:39:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:39:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:39:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:39:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:39:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:39:45.257Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:39:45.257Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:40:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:40:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:40:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:40:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:40:35.703Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:40:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:40:45.254Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:40:45.255Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:41:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:41:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:41:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:41:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:41:35.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:41:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:41:45.282Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:41:45.285Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:42:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:42:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:42:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:42:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:42:35.703Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:42:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:42:45.254Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:42:45.254Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:43:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:43:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:43:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:43:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:43:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:43:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:43:45.257Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:43:45.259Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:44:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:44:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:44:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:44:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:44:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:44:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:44:45.255Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:44:45.255Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:45:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:45:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:45:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:45:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:45:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:45:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:45:45.251Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:45:45.251Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:46:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:46:35.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:46:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:46:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:46:35.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:46:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:46:45.251Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:46:45.251Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:47:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:47:35.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:47:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:47:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:47:35.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:47:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:47:45.247Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:47:45.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:48:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:48:35.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:48:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:48:35.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:48:35.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:48:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:48:45.259Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:48:45.259Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:49:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:49:35.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:49:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:49:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:49:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:49:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:49:45.255Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:49:45.255Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:50:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:50:35.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:50:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:50:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:50:35.702Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:50:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:50:45.251Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:50:45.254Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:51:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:51:35.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:51:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:51:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:51:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:51:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:51:45.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:51:45.254Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:52:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:52:35.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:52:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:52:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:52:35.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:52:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:52:45.253Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:52:45.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:53:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:53:35.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:53:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:53:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:53:35.703Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:53:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:53:45.253Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:53:45.254Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:54:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:54:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:54:35.702Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:54:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:54:35.703Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:54:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:54:45.256Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:54:45.257Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:55:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:55:35.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:55:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:55:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:55:35.703Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:55:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:55:45.251Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:55:45.251Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:56:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:56:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:56:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:56:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:56:35.705Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:56:35.705Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:56:45.257Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:56:45.258Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:57:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:57:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:57:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:57:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:57:35.702Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:57:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:57:45.254Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:57:45.255Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:58:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:58:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:58:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:58:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:58:35.703Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:58:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:58:45.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:58:45.254Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:59:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:59:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:59:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:59:35.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T17:59:35.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T17:59:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T17:59:45.256Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T17:59:45.256Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:00:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:00:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:00:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:00:35.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:00:35.702Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:00:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:00:45.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:00:45.251Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:01:35.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:01:35.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:01:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:01:35.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:01:35.702Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:01:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:01:45.254Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:01:45.254Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:02:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:02:35.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:02:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:02:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:02:35.703Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:02:35.704Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:02:45.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:02:45.254Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:03:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:03:35.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:03:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:03:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:03:35.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:03:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:03:45.258Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:03:45.259Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:04:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:04:35.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:04:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:04:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:04:35.702Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:04:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:04:45.253Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:04:45.254Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:05:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:05:35.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:05:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:05:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:05:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:05:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:05:45.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:05:45.253Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:06:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:06:35.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:06:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:06:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:06:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:06:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:06:45.254Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:06:45.257Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:07:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:07:35.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:07:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:07:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:07:35.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:07:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:07:45.250Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:07:45.252Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:08:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:08:35.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:08:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:08:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:08:35.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:08:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:08:45.249Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:08:45.249Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:09:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:09:35.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:09:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:09:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:09:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:09:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:09:45.253Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:09:45.254Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:10:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:10:35.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:10:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:10:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:10:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:10:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:10:45.254Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:10:45.254Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:11:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:11:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:11:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:11:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:11:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:11:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:11:45.254Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:11:45.256Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:12:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:12:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:12:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:12:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:12:35.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:12:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:12:45.250Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:12:45.250Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:13:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:13:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:13:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:13:35.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:13:35.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:13:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:13:45.246Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:13:45.250Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:14:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:14:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:14:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:14:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:14:35.702Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:14:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:14:45.248Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:14:45.249Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:15:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:15:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:15:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:15:35.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:15:35.702Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:15:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:15:45.252Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:15:45.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:16:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:16:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:16:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:16:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:16:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:16:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:16:45.250Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:16:45.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:17:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:17:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:17:35.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:17:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:17:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:17:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:17:45.250Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:17:45.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:18:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:18:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:18:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:18:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:18:35.702Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:18:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:18:45.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:18:45.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:19:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:19:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:19:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:19:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:19:35.702Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:19:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:19:45.252Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:19:45.252Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:20:35.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:20:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:20:35.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:20:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:20:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:20:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:20:45.254Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:20:45.254Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:21:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:21:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:21:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:21:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:21:35.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:21:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:21:45.257Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:21:45.258Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:22:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:22:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:22:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:22:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:22:35.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:22:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:22:45.251Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:22:45.251Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:23:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:23:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:23:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:23:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:23:35.702Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:23:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:23:45.253Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:23:45.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:24:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:24:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:24:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:24:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:24:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:24:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:24:45.258Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:24:45.259Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:25:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:25:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:25:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:25:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:25:35.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:25:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:25:45.259Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:25:45.259Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:26:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:26:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:26:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:26:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:26:35.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:26:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:26:45.261Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:26:45.261Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:27:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:27:35.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:27:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:27:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:27:35.702Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:27:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:27:45.253Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:27:45.255Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:28:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:28:35.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:28:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:28:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:28:35.702Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:28:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:28:45.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:28:45.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:29:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:29:35.700Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:29:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:29:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:29:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:29:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:29:45.250Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:29:45.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:30:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:30:35.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:30:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:30:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:30:35.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:30:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:30:45.249Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:30:45.251Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:31:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:31:35.700Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:31:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:31:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:31:35.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:31:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:31:45.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:31:45.250Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:32:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:32:35.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:32:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:32:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:32:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:32:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:32:45.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:32:45.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:33:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:33:35.700Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:33:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:33:35.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:33:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:33:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:33:45.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:33:45.251Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:34:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:34:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:34:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:34:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:34:35.702Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:34:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:34:45.251Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:34:45.251Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:35:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:35:35.701Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:35:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:35:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:35:35.702Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:35:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:35:45.251Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:35:45.253Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:36:35.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:36:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:36:35.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:36:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:36:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:36:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:36:45.257Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:36:45.257Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:37:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:37:35.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:37:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:37:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:37:35.703Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:37:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:37:45.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:37:45.254Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:38:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:38:35.700Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:38:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:38:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:38:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:38:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:38:45.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:38:45.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:39:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:39:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:39:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:39:35.703Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:39:35.703Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:39:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:39:45.248Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:39:45.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:40:35.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:40:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:40:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:40:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:40:35.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:40:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:40:45.253Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:40:45.255Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:41:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:41:35.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:41:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:41:35.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:41:35.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:41:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:41:45.252Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:41:45.256Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:42:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:42:35.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:42:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:42:35.702Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:42:35.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:42:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:42:45.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:42:45.259Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:43:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:43:35.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:43:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:43:35.702Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:43:35.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:43:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:43:45.249Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:43:45.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:44:35.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:44:35.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:44:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:44:35.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:44:35.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:44:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:44:45.248Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:44:45.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:45:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:45:35.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:45:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:45:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:45:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:45:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:45:45.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:45:45.252Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:46:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:46:35.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:46:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:46:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:46:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:46:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:46:45.250Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:46:45.251Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:47:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:47:35.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:47:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:47:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:47:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:47:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:47:45.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:47:45.247Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:48:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:48:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:48:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:48:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:48:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:48:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:48:45.251Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:48:45.251Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:49:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:49:35.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:49:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:49:35.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:49:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:49:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:49:45.251Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:49:45.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:50:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:50:35.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:50:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:50:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:50:35.702Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:50:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:50:45.250Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:50:45.252Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:51:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:51:35.700Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:51:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:51:35.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:51:35.702Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:51:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:51:45.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:51:45.244Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:52:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:52:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:52:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:52:35.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:52:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:52:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:52:45.257Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:52:45.257Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:53:35.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:53:35.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:53:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:53:35.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:53:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:53:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:53:45.249Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:53:45.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:54:35.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:54:35.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:54:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:54:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:54:35.702Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:54:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:54:45.252Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:54:45.252Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:55:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:55:35.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:55:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:55:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:55:35.702Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:55:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:55:45.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:55:45.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:56:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:56:35.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:56:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:56:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:56:35.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:56:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:56:45.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:56:45.250Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:57:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:57:35.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:57:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:57:35.702Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:57:35.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:57:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:57:45.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:57:45.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:58:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:58:35.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:58:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:58:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:58:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:58:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:58:45.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:58:45.250Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:59:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:59:35.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:59:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:59:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T18:59:35.702Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T18:59:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T18:59:45.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T18:59:45.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:00:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:00:35.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:00:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:00:35.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:00:35.737Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:00:35.737Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:00:45.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:00:45.279Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:01:35.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:01:35.702Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:01:35.702Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:01:35.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:01:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:01:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:01:45.249Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:01:45.253Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:02:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:02:35.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:02:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:02:35.702Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:02:35.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:02:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:02:45.250Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:02:45.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:03:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:03:35.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:03:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:03:35.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:03:35.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:03:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:03:45.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:03:45.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:04:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:04:35.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:04:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:04:35.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:04:35.702Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:04:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:04:45.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:04:45.248Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:05:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:05:35.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:05:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:05:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:05:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:05:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:05:45.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:05:45.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:06:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:06:35.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:06:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:06:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:06:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:06:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:06:45.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:06:45.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:07:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:07:35.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:07:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:07:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:07:35.702Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:07:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:07:45.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:07:45.247Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:08:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:08:35.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:08:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:08:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:08:35.702Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:08:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:08:45.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:08:45.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:09:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:09:35.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:09:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:09:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:09:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:09:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:09:45.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:09:45.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:10:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:10:35.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:10:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:10:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:10:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:10:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:10:45.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:10:45.250Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:11:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:11:35.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:11:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:11:35.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:11:35.702Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:11:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:11:45.252Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:11:45.252Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:12:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:12:35.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:12:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:12:35.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:12:35.702Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:12:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:12:45.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:12:45.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:13:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:13:35.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:13:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:13:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:13:35.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:13:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:13:45.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:13:45.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:14:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:14:35.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:14:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:14:35.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:14:35.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:14:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:14:45.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:14:45.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:15:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:15:35.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:15:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:15:35.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:15:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:15:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:15:45.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:15:45.248Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:16:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:16:35.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:16:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:16:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:16:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:16:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:16:45.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:16:45.247Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:17:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:17:35.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:17:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:17:35.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:17:35.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:17:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:17:45.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:17:45.254Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:18:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:18:35.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:18:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:18:35.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:18:35.702Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:18:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:18:45.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:18:45.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:19:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:19:35.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:19:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:19:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:19:35.702Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:19:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:19:45.249Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:19:45.260Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:20:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:20:35.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:20:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:20:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:20:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:20:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:20:45.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:20:45.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:21:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:21:35.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:21:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:21:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:21:35.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:21:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:21:45.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:21:45.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:22:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:22:35.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:22:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:22:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:22:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:22:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:22:45.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:22:45.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:23:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:23:35.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:23:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:23:35.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:23:35.703Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:23:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:23:45.251Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:23:45.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:24:35.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:24:35.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:24:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:24:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:24:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:24:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:24:45.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:24:45.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:25:35.702Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:25:35.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:25:35.702Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:25:35.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:25:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:25:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:25:45.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:25:45.253Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:26:35.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:26:35.701Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:26:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:26:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:26:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:26:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:26:45.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:26:45.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:35.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:27:35.700Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:27:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:27:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:27:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:36.218Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:36.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632511626843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "cds",
"timestamp": 1632511624945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "policy-id",
"timestamp": 1632511631238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632511628859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632511633506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "cds",
"timestamp": 1632511624945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632511626843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632511628859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "policy-id",
"timestamp": 1632511631238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632511633506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "cds",
"timestamp": 1632511624945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632511626843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "policy-id",
"timestamp": 1632511631238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632511628859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632511633506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "cds",
"timestamp": 1632511624945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632511626843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "policy-id",
"timestamp": 1632511631238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632511628859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632511633506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "cds",
"timestamp": 1632511624945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632511626843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632511628859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "policy-id",
"timestamp": 1632511631238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "dcae-sch",
"timestamp": 1632511636763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632511633506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "cds",
"timestamp": 1632511624945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632511626843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "policy-id",
"timestamp": 1632511631238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632511628859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "dcae-sch",
"timestamp": 1632511636763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632511633506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "cds",
"timestamp": 1632511624945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632511626843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "policy-id",
"timestamp": 1632511631238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632511628859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "dcae-sch",
"timestamp": 1632511636763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632511633506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632511639639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "dcae-sch",
"timestamp": 1632511636763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632511639639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "dcae-sch",
"timestamp": 1632511636763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "clamp",
"timestamp": 1632511641487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632511639639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "dcae-sch",
"timestamp": 1632511636763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "clamp",
"timestamp": 1632511641487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632511643149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "policy-id",
"timestamp": 1632511643144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "cds",
"timestamp": 1632511643256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632511643267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632511639639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "dcae-sch",
"timestamp": 1632511636763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "clamp",
"timestamp": 1632511641487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "policy-id",
"timestamp": 1632511644152,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T19:27:36.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "cds",
"timestamp": 1632511644273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-09-24T19:27:36.328Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:36.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d","serviceName":"basic_onboard_bSlvHB","serviceVersion":"1.0","serviceUUID":"7ff906e5-381b-424a-94c5-428c5c7856c4","serviceDescription":"service","serviceInvariantUUID":"87cd2d84-6aff-43a1-8ae8-9cccb21a25fb","resources":[{"resourceInstanceName":"basic_onboard_bSlvHB 0","resourceName":"basic_onboard_bSlvHB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9d15b47b-0139-4f20-85b0-7f7e0e9cc8ff","resourceInvariantUUID":"7be8e4b0-4467-4023-a1a3-7602f6ecffbc","resourceCustomizationUUID":"5eba3ffb-16f9-4503-9cdf-738c415c206c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml","artifactChecksum":"YzU2Yjg1NmUxYTU0MDQ5MzVlMjI4M2Y3Nzk0MGRkM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"499eb88d-1062-4d0a-91e7-2670936183e5","artifactVersion":"1"},{"artifactName":"basic_onboard_bslvhb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json","artifactChecksum":"M2M3NDEwYTEwZGY5ZWMyMzM2NjQwODg3OTA2YzE1YWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3f758a73-ef5c-462d-a038-2dfe52ee2c6a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"542f94ee-3028-47ae-8641-a8a0932a0124","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0de46ed8-20c3-498b-972e-884f83532981","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8da52aae-702d-4dbc-9083-41d0f91919cd","artifactVersion":"2","generatedFromUUID":"542f94ee-3028-47ae-8641-a8a0932a0124"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBslvhb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml","artifactChecksum":"MTBkYjEzYmJiMWEzZDIyMDFmZTBjZmZkM2M2YjA0MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a5ac6e61-17f1-48b1-88e3-6a91c491a3a9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBslvhb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar","artifactChecksum":"OGM4NDg1YTgwZGI5NDVhYzVhZDRjMTNkZjUwMzljYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9918b4da-c30a-4b41-8048-a6ddd65b6cbc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T19:27:36.335Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:27:36.484Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:36.508Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:36.508Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511655700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:27:36.608Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-09-24T19:27:36.612Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:27:36.612Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:36.623Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:27:36.623Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:27:36.692Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:27:36.712Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:27:36.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632511639639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632511644746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.733Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632511644748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.733Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "aai-ml",
"timestamp": 1632511644288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "clamp",
"timestamp": 1632511641487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "policy-id",
"timestamp": 1632511645156,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:27:36.749Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:27:36.749Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:27:36.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632511639639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "aai-ml",
"timestamp": 1632511644288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632511645943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632511645950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "clamp",
"timestamp": 1632511641487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632511639639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "aai-ml",
"timestamp": 1632511644288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632511646957,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:27:36.766Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:27:36.766Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-24T19:27:36.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "clamp",
"timestamp": 1632511641487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632511647475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "aai-ml",
"timestamp": 1632511644288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632511647963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "clamp",
"timestamp": 1632511641487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "aai-ml",
"timestamp": 1632511644288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632511648960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632511649093,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:27:36.787Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:27:36.787Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-24T19:27:36.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "aai-ml",
"timestamp": 1632511644288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632511650097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T19:27:36.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632511650639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "aai-ml",
"timestamp": 1632511644288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:27:36.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632511651645,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:27:36.803Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:27:36.803Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-24T19:27:36.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632511651439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "aai-ml",
"timestamp": 1632511652141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:36.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632511652647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632511651439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632511651439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:27:36.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632511651439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:36.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:27:37.515Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:27:37.516Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:37.518Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:37.518Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511655700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:27:37.618Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:37.619Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:27:37.619Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:37.629Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:37.630Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:38.518Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:27:38.520Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:38.523Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:38.523Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511655700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:27:38.623Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:38.624Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:27:38.624Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:38.638Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:38.638Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:39.524Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:27:39.525Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:39.528Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:39.528Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511655700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:39.628Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:39.629Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:27:39.629Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:39.640Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:39.641Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:40.529Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:27:40.530Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:40.532Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:40.532Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511655700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-24T19:27:40.632Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T19:27:40.633Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:27:40.633Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:40.644Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:40.645Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:41.533Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:27:41.534Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:41.536Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:41.536Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511655700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:27:41.637Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:41.637Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:27:41.638Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:41.649Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:41.650Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:42.537Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:27:42.538Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:42.540Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:42.540Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511655700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:27:42.640Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:42.641Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:27:42.641Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:42.653Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:42.654Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:27:43.542Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"serviceName": "basic_onboard_bSlvHB",
"serviceVersion": "1.0",
"serviceUUID": "7ff906e5-381b-424a-94c5-428c5c7856c4",
"serviceDescription": "service",
"serviceInvariantUUID": "87cd2d84-6aff-43a1-8ae8-9cccb21a25fb",
"resources": [
{
"resourceInstanceName": "basic_onboard_bSlvHB 0",
"resourceCustomizationUUID": "5eba3ffb-16f9-4503-9cdf-738c415c206c",
"resourceName": "basic_onboard_bSlvHB",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9d15b47b-0139-4f20-85b0-7f7e0e9cc8ff",
"resourceInvariantUUID": "7be8e4b0-4467-4023-a1a3-7602f6ecffbc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_bslvhb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"artifactChecksum": "M2M3NDEwYTEwZGY5ZWMyMzM2NjQwODg3OTA2YzE1YWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3f758a73-ef5c-462d-a038-2dfe52ee2c6a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "542f94ee-3028-47ae-8641-a8a0932a0124",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8da52aae-702d-4dbc-9083-41d0f91919cd",
"generatedFromUUID": "542f94ee-3028-47ae-8641-a8a0932a0124"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8da52aae-702d-4dbc-9083-41d0f91919cd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardBslvhb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"artifactChecksum": "OGM4NDg1YTgwZGI5NDVhYzVhZDRjMTNkZjUwMzljYzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9918b4da-c30a-4b41-8048-a6ddd65b6cbc"
}
],
"workloadContext": "Production"
}
2021-09-24T19:27:43.543Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T19:27:43.543Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ff906e5-381b-424a-94c5-428c5c7856c4 ASDC
2021-09-24T19:27:43.691Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
ServiceName:basic_onboard_bSlvHB
ServiceVersion:1.0
ServiceUUID:7ff906e5-381b-424a-94c5-428c5c7856c4
ServiceInvariantUUID:87cd2d84-6aff-43a1-8ae8-9cccb21a25fb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBslvhb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar
ArtifactUUID:9918b4da-c30a-4b41-8048-a6ddd65b6cbc
ArtifactChecksum:OGM4NDg1YTgwZGI5NDVhYzVhZDRjMTNkZjUwMzljYzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_bSlvHB 0
ResourceCustomizationUUID:5eba3ffb-16f9-4503-9cdf-738c415c206c
ResourceInvariantUUID:7be8e4b0-4467-4023-a1a3-7602f6ecffbc
ResourceName:basic_onboard_bSlvHB
ResourceType:VF
ResourceUUID:9d15b47b-0139-4f20-85b0-7f7e0e9cc8ff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bslvhb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json
ArtifactUUID:3f758a73-ef5c-462d-a038-2dfe52ee2c6a
ArtifactChecksum:M2M3NDEwYTEwZGY5ZWMyMzM2NjQwODg3OTA2YzE1YWE=
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/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:542f94ee-3028-47ae-8641-a8a0932a0124
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/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env
ArtifactUUID:8da52aae-702d-4dbc-9083-41d0f91919cd
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/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env
ArtifactUUID:8da52aae-702d-4dbc-9083-41d0f91919cd
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-24T19:27:43.691Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ff906e5-381b-424a-94c5-428c5c7856c4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T19:27:43.742Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:27:43.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-24T19:27:43.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-24T19:27:43.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9918b4da-c30a-4b41-8048-a6ddd65b6cbc from URL: /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:43.743Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-24T19:27:43.745Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:45.310Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-24T19:27:45.325Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar 9918b4da-c30a-4b41-8048-a6ddd65b6cbc 74818
2021-09-24T19:27:45.326Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar ASDC sendASDCNotification
2021-09-24T19:27:45.326Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:45.328Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:27:45.329Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:45.331Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:45.331Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511665326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:45.431Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:45.432Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:27:45.432Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:45.442Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:45.442Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:46.331Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:27:46.333Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-24T19:27:46.333Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9918b4da-c30a-4b41-8048-a6ddd65b6cbc, URL: /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar to file: /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:46.334Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:46.682Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:46.683Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:47.309Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6767354988301119490/Definitions/service-BasicOnboardBslvhb-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-24T19:27:49.094Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bSlvHB 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bSlvHB 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-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.100Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.101Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.101Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:49.101Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-24T19:27:49.107Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:49.108Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:49.112Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:49.112Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-24T19:27:49.113Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:27:49.114Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:49.114Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:49.114Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:49.115Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-24T19:27:49.115Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:27:49.115Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:49.115Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:49.118Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:49.118Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is not matching search criteria
2021-09-24T19:27:49.118Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-24T19:27:49.118Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-24T19:27:49.119Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-24T19:27:49.119Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T19:27:49.119Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T19:27:49.119Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:49.119Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:27:49.120Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:49.120Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:49.121Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:27:49.121Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:49.121Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:49.121Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:27:49.122Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:49.122Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:49.122Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:27:49.122Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:49.122Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is not matching search criteria
2021-09-24T19:27:49.122Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7277fa26-e938-4b97-b181-fa5d494f8d4c
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:49.123Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:49.124Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:49.124Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:49.124Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_bSlvHB
Description:service
Model UUID:7ff906e5-381b-424a-94c5-428c5c7856c4
Model Version:NULL
Model InvariantUuid:87cd2d84-6aff-43a1-8ae8-9cccb21a25fb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_bSlvHB
Model UUID:d04cc76c-36e6-453a-8526-a330e56d05e5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7be8e4b0-4467-4023-a1a3-7602f6ecffbc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5eba3ffb-16f9-4503-9cdf-738c415c206c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:70f681a7-ca7f-4e03-ab99-071cbacbcb91
ModelName:BasicOnboardBslvhb..base_ubuntu18..module-0
ModelUuid:83fafa26-00c2-4b33-95e3-4c9794f645f4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7277fa26-e938-4b97-b181-fa5d494f8d4c
ModelInvariantUuid:62a78d71-8203-410b-a7df-b8fd822f75f2
ModelName:basic_onboard_bSlvHB-nodes.ubuntu18Cvfc
ModelUuid:0c306e2d-a70e-48e6-80cf-55b062572b36
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:abf963eb-acfc-4c0a-86f3-be17e3753f71
ModelInvariantUuid:2cc5baf4-c969-4442-ac8e-358c262a16c4
ModelName:BasicOnboardBslvhb.compute.nodes.heat.ubuntu18
ModelUuid:8f998ed7-7c87-4058-bc0e-76533cd90c9b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-24T19:27:49.136Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9d15b47b-0139-4f20-85b0-7f7e0e9cc8ff
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T19:27:49.398Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||basic_onboard_bSlvHB 0
2021-09-24T19:27:49.403Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9d15b47b-0139-4f20-85b0-7f7e0e9cc8ff
2021-09-24T19:27:49.403Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3f758a73-ef5c-462d-a038-2dfe52ee2c6a from URL: /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json
2021-09-24T19:27:49.404Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-24T19:27:49.404Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json
2021-09-24T19:27:49.933Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-24T19:27:49.933Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json 3f758a73-ef5c-462d-a038-2dfe52ee2c6a 798
2021-09-24T19:27:49.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json ASDC sendASDCNotification
2021-09-24T19:27:49.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json
2021-09-24T19:27:49.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:27:49.934Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:49.936Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:49.936Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511669934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:50.036Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:50.038Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:27:50.038Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:50.049Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:50.050Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:50.937Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBslvhb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "70f681a7-ca7f-4e03-ab99-071cbacbcb91",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83fafa26-00c2-4b33-95e3-4c9794f645f4",
"vfModuleModelCustomizationUUID": "1be27aba-8552-403e-9e6b-dbe968a44767",
"isBase": true,
"artifacts": [
"542f94ee-3028-47ae-8641-a8a0932a0124",
"8da52aae-702d-4dbc-9083-41d0f91919cd"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-24T19:27:50.959Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBslvhb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83fafa26-00c2-4b33-95e3-4c9794f645f4
VfModuleModelInvariantUUID:70f681a7-ca7f-4e03-ab99-071cbacbcb91
VfModuleModelDescription:NULL
Artifacts UUID List:{
542f94ee-3028-47ae-8641-a8a0932a0124
,
8da52aae-702d-4dbc-9083-41d0f91919cd
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-24T19:27:50.961Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBslvhb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "70f681a7-ca7f-4e03-ab99-071cbacbcb91",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83fafa26-00c2-4b33-95e3-4c9794f645f4",
"vfModuleModelCustomizationUUID": "1be27aba-8552-403e-9e6b-dbe968a44767",
"isBase": true,
"artifacts": [
"542f94ee-3028-47ae-8641-a8a0932a0124",
"8da52aae-702d-4dbc-9083-41d0f91919cd"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-24T19:27:50.962Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBslvhb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83fafa26-00c2-4b33-95e3-4c9794f645f4
VfModuleModelInvariantUUID:70f681a7-ca7f-4e03-ab99-071cbacbcb91
VfModuleModelDescription:NULL
Artifacts UUID List:{
542f94ee-3028-47ae-8641-a8a0932a0124
,
8da52aae-702d-4dbc-9083-41d0f91919cd
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-24T19:27:50.962Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 542f94ee-3028-47ae-8641-a8a0932a0124 from URL: /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml
2021-09-24T19:27:50.962Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-24T19:27:50.962Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml
2021-09-24T19:27:51.649Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-24T19:27:51.649Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml 542f94ee-3028-47ae-8641-a8a0932a0124 5033
2021-09-24T19:27:51.649Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-24T19:27:51.649Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml
2021-09-24T19:27:51.649Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:27:51.650Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:51.651Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:51.652Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511671649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:51.752Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:51.753Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:27:51.753Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:51.763Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:51.764Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:52.652Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8da52aae-702d-4dbc-9083-41d0f91919cd from URL: /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env
2021-09-24T19:27:52.653Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-24T19:27:52.654Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env
2021-09-24T19:27:52.793Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-24T19:27:52.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env 8da52aae-702d-4dbc-9083-41d0f91919cd 909
2021-09-24T19:27:52.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-24T19:27:52.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env
2021-09-24T19:27:52.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:27:52.794Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:52.796Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:52.796Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511672794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:27:52.896Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:52.897Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:27:52.897Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:52.910Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:52.910Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:27:53.796Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7ff906e5-381b-424a-94c5-428c5c7856c4
2021-09-24T19:27:53.797Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bSlvHB 0 9d15b47b-0139-4f20-85b0-7f7e0e9cc8ff ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T19:27:53.832Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:53.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-09-24T19:27:53.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 5eba3ffb-16f9-4503-9cdf-738c415c206c
2021-09-24T19:27:53.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5eba3ffb-16f9-4503-9cdf-738c415c206c matches Tosca VF Customization UUID: 5eba3ffb-16f9-4503-9cdf-738c415c206c
2021-09-24T19:27:53.833Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 5eba3ffb-16f9-4503-9cdf-738c415c206c matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-24T19:27:53.839Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:53.839Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 5eba3ffb-16f9-4503-9cdf-738c415c206c: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-24T19:27:53.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@13f6b394
2021-09-24T19:27:53.840Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:53.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:27:53.841Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1be27aba-8552-403e-9e6b-dbe968a44767
2021-09-24T19:27:53.842Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1be27aba-8552-403e-9e6b-dbe968a44767
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-24T19:27:53.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:53.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:53.847Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:27:53.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:53.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:53.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:27:53.848Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:53.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is not matching search criteria
2021-09-24T19:27:53.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-24T19:27:53.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T19:27:53.849Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7277fa26-e938-4b97-b181-fa5d494f8d4c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-24T19:27:53.854Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:53.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:53.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:27:53.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:53.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_bSlvHB 0 is matching search criteria
2021-09-24T19:27:53.855Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_bSlvHB 0] matching following query criteria: sdcType=VF, customizationUUID=5eba3ffb-16f9-4503-9cdf-738c415c206c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T19:27:53.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:53.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.857Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7ff906e5-381b-424a-94c5-428c5c7856c4: basic_onboard_bSlvHB
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.858Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:27:53.859Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_bSlvHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:27:53.859Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_bSlvHB
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:27:54.018Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bSlvHB 9d15b47b-0139-4f20-85b0-7f7e0e9cc8ff 1 ASDC deployResourceStructure
2021-09-24T19:27:54.018Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json ASDC sendASDCNotification
2021-09-24T19:27:54.018Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json
2021-09-24T19:27:54.018Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:27:54.019Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:54.020Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:54.020Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511674018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T19:27:54.120Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:54.121Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:27:54.121Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:54.133Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:54.134Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:27:55.021Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-24T19:27:55.021Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml
2021-09-24T19:27:55.022Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:27:55.022Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:55.024Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:55.024Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511675021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-24T19:27:55.124Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:55.125Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:27:55.125Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:55.138Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:55.138Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:56.025Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-24T19:27:56.025Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env
2021-09-24T19:27:56.025Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:27:56.026Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:56.027Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:56.027Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511676025,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-24T19:27:56.128Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:56.129Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:27:56.129Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:56.141Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:56.142Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:57.028Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar ASDC sendASDCNotification
2021-09-24T19:27:57.029Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar
2021-09-24T19:27:57.029Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:27:57.030Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:27:57.031Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:27:57.032Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511677028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T19:27:57.132Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:27:57.133Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:27:57.133Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:27:57.147Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:27:57.147Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:27:58.033Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:27:58.047Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:27:58.050Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:27:58.050Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:27:58.050Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:28:28.051Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:28:28.064Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:28:28.076Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:28:28.076Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:28:28.076Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:28:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:28:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:28:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:28:35.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:28:35.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:28:35.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632511651439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:28:35.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:28:58.076Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:28:58.087Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:28:58.089Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:28:58.090Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:28:58.090Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:29:28.090Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:29:28.102Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:29:28.105Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:29:28.105Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:29:28.105Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:29:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:29:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:29:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:29:35.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:29:35.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:29:35.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511655700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:29:35.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:29:58.105Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:29:58.117Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:29:58.119Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:29:58.119Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:29:58.120Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:30:28.120Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:30:28.133Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:30:28.136Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:30:28.136Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:30:28.136Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:30:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:30:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:30:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:30:36.230Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:30:36.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632511651439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511655700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632511651439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511655700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511655700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511655700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511655700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632511662256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "clamp",
"timestamp": 1632511662382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511655700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "clamp",
"timestamp": 1632511664383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511665326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "clamp",
"timestamp": 1632511665386,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:30:36.242Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:30:36.242Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:30:36.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "aai-ml",
"timestamp": 1632511665490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T19:30:36.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632511666181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T19:30:36.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "aai-ml",
"timestamp": 1632511666495,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:30:36.260Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:30:36.260Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:30:36.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632511667186,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:30:36.279Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
2021-09-24T19:30:36.279Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:30:36.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511669934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:30:36.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511671649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:30:36.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511672794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:30:36.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511674018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/basic_onboard_bslvhb0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T19:30:36.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511675021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-24T19:30:36.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511676025,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/resourceInstances/basic_onboard_bslvhb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-24T19:30:36.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:36.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:30:36.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511677028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBslvhb/1.0/artifacts/service-BasicOnboardBslvhb-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T19:30:36.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:30:58.136Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:30:58.149Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:30:58.152Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:30:58.152Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T19:30:58.152Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T19:30:58.152Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T19:30:58.152Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T19:30:58.152Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T19:30:58.152Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T19:30:58.153Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T19:30:58.153Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T19:30:58.153Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T19:30:58.153Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:30:58.158Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T19:31:28.159Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-24T19:31:28.169Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d and serviceModelVersionId: 7ff906e5-381b-424a-94c5-428c5c7856c4
2021-09-24T19:31:28.169Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87cd2d84-6aff-43a1-8ae8-9cccb21a25fb
2021-09-24T19:31:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:31:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:31:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:31:45.254Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:31:48.037Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0
2021-09-24T19:31:48.138Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T19:31:48.550Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0|INFO|500||Invoke
2021-09-24T19:31:48.557Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[868fc606-e238-49dd-9fe8-4053a106244a], X-ECOMP-RequestID=[f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d], X-TransactionId=[], X-ONAP-RequestID=[f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d], Content-Type=[application/merge-patch+json]}
2021-09-24T19:31:48.791Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-24T19:31:49.071Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?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/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210924-19:31:48:814-21461], vertex-id=[225384], Content-Length=[0], Date=[Fri, 24 Sep 2021 19:31:48 GMT], Content-Type=[application/json]}
2021-09-24T19:31:49.073Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T19:31:49.073Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87cd2d84-6aff-43a1-8ae8-9cccb21a25fb/model-vers/model-ver/7ff906e5-381b-424a-94c5-428c5c7856c4?depth=0|INFO|500||InvokeReturn
2021-09-24T19:31:49.077Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T19:31:49.077Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T19:31:49.084Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T19:31:49.093Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T19:31:49.094Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T19:31:49.094Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:31:49.096Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:31:49.096Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511909093,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:31:49.197Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:31:49.198Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:31:49.199Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:31:49.212Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:31:49.213Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T19:31:50.114Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:31:50.114Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:31:50.115Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:32:00.316Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:32:00.316Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:32:00.317Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:32:00.317Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:32:09.859Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:32:09.860Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:32:09.860Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:32:09.860Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:32:19.404Z|f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:32:19.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:32:19.406Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:32:19.406Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:32:28.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:32:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:32:35.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:32:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:32:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:32:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:32:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:32:36.329Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:32:36.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:32:36.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3ecdacd-abe3-4adb-9aad-0db2e3d65c4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632511909093,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:32:36.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:32:45.249Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:33:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:33:35.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:33:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:33:35.702Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:33:35.703Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:33:35.703Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:33:45.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:33:45.249Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:34:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:34:35.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:34:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:34:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:34:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:34:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:34:45.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:34:45.250Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:35:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:35:35.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:35:35.700Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:35:35.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:35:35.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:35:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:35:45.247Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:35:45.247Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:35.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:36:35.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:36:35.701Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:36:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:36:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:36.328Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:36.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e90a2775-959d-47cc-91b8-2f3f923b3e33","serviceName":"vFW 2021-09-24 19-34-00","serviceVersion":"1.0","serviceUUID":"a70aab3e-7f1c-45d5-82c8-ee2982b49324","serviceDescription":"catalog service description","serviceInvariantUUID":"559173be-0f8b-495b-9b20-4de31337c6d9","resources":[{"resourceInstanceName":"vFW 3a6a582d-8d0d 0","resourceName":"vFW 3a6a582d-8d0d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d7ba94ff-a423-4d64-9451-96b3bf0fce57","resourceInvariantUUID":"3e43df54-3e49-4845-82fa-0b2ec3866ba4","resourceCustomizationUUID":"5e0d3874-f369-42d6-b8b2-4fa42ad7a08b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml","artifactChecksum":"OWFlN2QyYjgzODFiMTNhMWNmNTFmODhlMDdlZTYzYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28f8b256-2d6a-4753-bcfe-2d8591650b87","artifactVersion":"1"},{"artifactName":"vfw3a6a582d8d0d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json","artifactChecksum":"ZmE2YzNjY2NhZmJiMjc2Mjk1NmUwOTUwMWEzZDZmMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"553d672f-3b65-49a8-acc8-b326db88d6bc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"52e8b703-14a1-44b1-9ca9-d2b61aab2ef4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjdmNzljYWY4ZmZkODc0ZjA1YzZkMWNmMDI0MDlhMDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3e6f1bc8-8a99-4774-b7d2-5572c8b8847f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"13d18453-1970-4dac-a82e-1875d654aaad","artifactVersion":"2","generatedFromUUID":"52e8b703-14a1-44b1-9ca9-d2b61aab2ef4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210924193400-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml","artifactChecksum":"Mzg5MmJjNjU5ZDM3ZmJhOGY0ZjczZWJhNDZhNWM1YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"15803a05-826d-4b35-8d5b-f6eae763329e","artifactVersion":"1"},{"artifactName":"service-Vfw20210924193400-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar","artifactChecksum":"ZDc0OWEyMDJhN2RjOTU0NTk3MzE0MTE4NDY4YjIyYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3df03546-653b-44a1-b2ce-1d377129e7cd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T19:36:36.332Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:36:36.333Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:36.335Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:36.336Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:36.336Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512195700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1632512166843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "cds",
"timestamp": 1632512164945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512159639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512161439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512168859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "cds",
"timestamp": 1632512164945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1632512166843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512159639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512161439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512168859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1632512166843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512159639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512161439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "cds",
"timestamp": 1632512164945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512168859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "policy-id",
"timestamp": 1632512171238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1632512166843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512159639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512161439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "cds",
"timestamp": 1632512164945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512168859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "policy-id",
"timestamp": 1632512171238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512159639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1632512166843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512161439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "cds",
"timestamp": 1632512164945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512168859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "policy-id",
"timestamp": 1632512171238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512159639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1632512166843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512161439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "cds",
"timestamp": 1632512164945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512173506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512168859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "policy-id",
"timestamp": 1632512171238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512159639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "ves-openapi-manager",
"timestamp": 1632512166843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512161439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "cds",
"timestamp": 1632512164945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512173506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512168859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "policy-id",
"timestamp": 1632512171238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512173506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "policy-id",
"timestamp": 1632512171238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512177089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512177140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.355Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512173506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "cds",
"timestamp": 1632512177384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "dcae-sch",
"timestamp": 1632512176763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512177677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "policy-id",
"timestamp": 1632512171238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512173506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "cds",
"timestamp": 1632512178390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:36:36.374Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:36:36.374Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:36:36.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "dcae-sch",
"timestamp": 1632512176763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512173506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512179235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "dcae-sch",
"timestamp": 1632512176763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512179639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512173506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512180395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T19:36:36.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "dcae-sch",
"timestamp": 1632512176763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "policy-id",
"timestamp": 1632512181137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512181398,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:36:36.392Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:36:36.392Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:36:36.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "dcae-sch",
"timestamp": 1632512176763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "clamp",
"timestamp": 1632512181487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "policy-id",
"timestamp": 1632512182141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T19:36:36.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "dcae-sch",
"timestamp": 1632512176763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "clamp",
"timestamp": 1632512181487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "policy-id",
"timestamp": 1632512183147,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:36:36.411Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:36:36.412Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512183392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "dcae-sch",
"timestamp": 1632512176763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512183464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512183627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.422Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "clamp",
"timestamp": 1632512181487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512184399,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:36:36.429Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:36:36.429Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-24T19:36:36.436Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:36.436Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:36:36.437Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:36.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512184467,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:36:36.443Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:36:36.443Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-24T19:36:36.449Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:36.449Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "aai-ml",
"timestamp": 1632512184288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "clamp",
"timestamp": 1632512181487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512185182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512185402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512185470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "aai-ml",
"timestamp": 1632512184288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "clamp",
"timestamp": 1632512181487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512186412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "aai-ml",
"timestamp": 1632512184288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "clamp",
"timestamp": 1632512181487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512187595,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:36:36.460Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:36:36.460Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "aai-ml",
"timestamp": 1632512184288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "clamp",
"timestamp": 1632512181487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512188599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T19:36:36.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "aai-ml",
"timestamp": 1632512184288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "aai-ml",
"timestamp": 1632512184288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "aai-ml",
"timestamp": 1632512184288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "aai-ml",
"timestamp": 1632512192120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:36.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:36:37.336Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:36:37.337Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:37.340Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:37.340Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512195700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:36:37.440Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:37.440Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:36:37.440Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:37.452Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:37.452Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:38.340Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:36:38.341Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:38.344Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:38.344Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512195700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:36:38.444Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:38.445Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:36:38.445Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:38.462Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:38.462Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:39.344Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:36:39.345Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:39.347Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:39.347Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512195700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:39.448Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:36:39.448Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:36:39.448Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:39.460Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:39.461Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:40.348Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:36:40.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:40.352Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:40.352Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512195700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-24T19:36:40.452Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:40.453Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:36:40.453Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:40.465Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:40.465Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:36:41.353Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:36:41.354Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:41.356Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:41.356Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512195700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:36:41.456Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:41.457Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:36:41.457Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:41.469Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:41.470Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:42.356Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:36:42.357Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:42.359Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:42.359Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512195700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:36:42.460Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:42.461Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:36:42.461Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:42.473Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:42.474Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:43.362Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"serviceName": "vFW 2021-09-24 19-34-00",
"serviceVersion": "1.0",
"serviceUUID": "a70aab3e-7f1c-45d5-82c8-ee2982b49324",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "559173be-0f8b-495b-9b20-4de31337c6d9",
"resources": [
{
"resourceInstanceName": "vFW 3a6a582d-8d0d 0",
"resourceCustomizationUUID": "5e0d3874-f369-42d6-b8b2-4fa42ad7a08b",
"resourceName": "vFW 3a6a582d-8d0d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d7ba94ff-a423-4d64-9451-96b3bf0fce57",
"resourceInvariantUUID": "3e43df54-3e49-4845-82fa-0b2ec3866ba4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3a6a582d8d0d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"artifactChecksum": "ZmE2YzNjY2NhZmJiMjc2Mjk1NmUwOTUwMWEzZDZmMmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "553d672f-3b65-49a8-acc8-b326db88d6bc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "52e8b703-14a1-44b1-9ca9-d2b61aab2ef4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "13d18453-1970-4dac-a82e-1875d654aaad",
"generatedFromUUID": "52e8b703-14a1-44b1-9ca9-d2b61aab2ef4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "13d18453-1970-4dac-a82e-1875d654aaad",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210924193400-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"artifactChecksum": "ZDc0OWEyMDJhN2RjOTU0NTk3MzE0MTE4NDY4YjIyYjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3df03546-653b-44a1-b2ce-1d377129e7cd"
}
],
"workloadContext": "Production"
}
2021-09-24T19:36:43.362Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T19:36:43.362Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a70aab3e-7f1c-45d5-82c8-ee2982b49324 ASDC
2021-09-24T19:36:43.363Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e90a2775-959d-47cc-91b8-2f3f923b3e33
ServiceName:vFW 2021-09-24 19-34-00
ServiceVersion:1.0
ServiceUUID:a70aab3e-7f1c-45d5-82c8-ee2982b49324
ServiceInvariantUUID:559173be-0f8b-495b-9b20-4de31337c6d9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210924193400-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar
ArtifactUUID:3df03546-653b-44a1-b2ce-1d377129e7cd
ArtifactChecksum:ZDc0OWEyMDJhN2RjOTU0NTk3MzE0MTE4NDY4YjIyYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3a6a582d-8d0d 0
ResourceCustomizationUUID:5e0d3874-f369-42d6-b8b2-4fa42ad7a08b
ResourceInvariantUUID:3e43df54-3e49-4845-82fa-0b2ec3866ba4
ResourceName:vFW 3a6a582d-8d0d
ResourceType:VF
ResourceUUID:d7ba94ff-a423-4d64-9451-96b3bf0fce57
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3a6a582d8d0d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json
ArtifactUUID:553d672f-3b65-49a8-acc8-b326db88d6bc
ArtifactChecksum:ZmE2YzNjY2NhZmJiMjc2Mjk1NmUwOTUwMWEzZDZmMmM=
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/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml
ArtifactUUID:52e8b703-14a1-44b1-9ca9-d2b61aab2ef4
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/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env
ArtifactUUID:13d18453-1970-4dac-a82e-1875d654aaad
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/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env
ArtifactUUID:13d18453-1970-4dac-a82e-1875d654aaad
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-24T19:36:43.363Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a70aab3e-7f1c-45d5-82c8-ee2982b49324 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T19:36:43.400Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:36:43.401Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:36:43.401Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:36:43.401Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3df03546-653b-44a1-b2ce-1d377129e7cd from URL: /sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:43.401Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:36:43.401Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:44.228Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:36:44.238Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar 3df03546-653b-44a1-b2ce-1d377129e7cd 110187
2021-09-24T19:36:44.238Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar ASDC sendASDCNotification
2021-09-24T19:36:44.238Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:44.239Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:36:44.239Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:44.241Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:44.241Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512204238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:44.341Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:44.342Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:36:44.342Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:44.353Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:44.353Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:36:45.241Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:36:45.242Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:36:45.242Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3df03546-653b-44a1-b2ce-1d377129e7cd, URL: /sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar to file: /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:45.242Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210924193400-csar.csar
2021-09-24T19:36:45.243Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:45.243Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:45.443Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7395632318576478133/Definitions/service-Vfw20210924193400-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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
2021-09-24T19:36:47.724Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T19:36:47.725Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:36:47.725Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.725Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-09-24T19:36:47.725Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||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-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.726Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||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-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.726Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||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-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.726Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.726Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.726Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||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-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.726Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3a6a582d-8d0d 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-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.726Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||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-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.727Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3a6a582d-8d0d 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.727Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||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-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.727Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.727Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||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-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.727Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.727Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||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-Vfw20210924193400-csar.csar
2021-09-24T19:36:47.727Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:36:47.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:47.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:47.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:47.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:36:47.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:36:47.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:47.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:47.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:47.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:36:47.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:36:47.730Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:47.730Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:47.730Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:47.730Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is not matching search criteria
2021-09-24T19:36:47.730Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:36:47.731Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:36:47.731Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:36:47.731Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.731Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.731Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:36:47.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:36:47.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:36:47.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:36:47.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:36:47.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T19:36:47.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:47.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:36:47.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:47.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:47.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:47.735Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:47.735Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:47.735Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:47.735Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:47.735Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:47.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:47.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:47.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is not matching search criteria
2021-09-24T19:36:47.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:36:47.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:36:47.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T19:36:47.737Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:36:47.737Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:36:47.737Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.737Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.737Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:36:47.738Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.738Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:36:47.738Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.738Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=291d7542-4c6e-4633-be50-083405aeb36b
2021-09-24T19:36:47.738Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:47.738Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is not matching search criteria
2021-09-24T19:36:47.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:36:47.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:36:47.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:36:47.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:36:47.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-24T19:36:47.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:36:47.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:36:47.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ebc99177-a405-42e0-a9fa-d6cb7cdbb6b0
2021-09-24T19:36:47.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:47.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is not matching search criteria
2021-09-24T19:36:47.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:36:47.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:36:47.742Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:36:47.742Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.742Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.742Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:36:47.742Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:36:47.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:36:47.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:47.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:47.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-24T19:36:47.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8aee3bd0-758c-4fa7-8523-8b3517f411ca
2021-09-24T19:36:47.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:47.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:47.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:47.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:47.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:47.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:47.745Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:47.745Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:47.745Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-24 19-34-00
Description:catalog service description
Model UUID:a70aab3e-7f1c-45d5-82c8-ee2982b49324
Model Version:NULL
Model InvariantUuid:559173be-0f8b-495b-9b20-4de31337c6d9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3a6a582d-8d0d
Model UUID:07608209-81fb-4439-bc7e-04969331e107
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3e43df54-3e49-4845-82fa-0b2ec3866ba4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5e0d3874-f369-42d6-b8b2-4fa42ad7a08b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b7dbb1af-7dae-4770-a611-f2d18bd0fe66
ModelName:Vfw3a6a582d8d0d..base_vfw..module-0
ModelUuid:dea0d0ed-d75a-4e18-bf04-996a649fac2a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:291d7542-4c6e-4633-be50-083405aeb36b
ModelInvariantUuid:c7e86a60-4a3f-480a-935f-d87465438310
ModelName:vFW 3a6a582d-8d0d-nodes.vfwCvfc
ModelUuid:de5c530a-7b03-4e82-967e-367ac8ac5f45
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a1fd03af-61c6-47a3-991a-6baa0b023bb7
ModelInvariantUuid:4d94aefe-7d45-468f-bc2c-18fa01dc8075
ModelName:Vfw3a6a582d8d0d.compute.nodes.heat.vfw
ModelUuid:1bb83c5c-98b1-424c-be74-5dc030fe1d60
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ebc99177-a405-42e0-a9fa-d6cb7cdbb6b0
ModelInvariantUuid:46d442ce-1b16-409c-b6c7-29a4b84cc9f8
ModelName:vFW 3a6a582d-8d0d-nodes.vsnCvfc
ModelUuid:7555d4cc-96cb-4be7-be27-c4bae82ddafe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:66a3774c-19d1-4ea1-be64-0654caee15fc
ModelInvariantUuid:98be0b79-6491-4b61-9509-eaf62258443c
ModelName:Vfw3a6a582d8d0d.compute.nodes.heat.vsn
ModelUuid:aafb8d77-0df5-4f5a-b5fc-97f07d1eccc0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8aee3bd0-758c-4fa7-8523-8b3517f411ca
ModelInvariantUuid:2c91f73a-184b-4d95-9e9b-25fbaf3105e2
ModelName:vFW 3a6a582d-8d0d-nodes.vpgCvfc
ModelUuid:2f2d1374-e12b-49ad-9705-0a7f3717ce85
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:960df227-9e5d-41b6-ab51-25eb50821eec
ModelInvariantUuid:2afa2aef-415d-44f9-922c-361895ce98f7
ModelName:Vfw3a6a582d8d0d.compute.nodes.heat.vpg
ModelUuid:a513ab62-3fe5-40aa-9e50-03cf37595edc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-24T19:36:47.752Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d7ba94ff-a423-4d64-9451-96b3bf0fce57
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T19:36:47.756Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||vFW 3a6a582d-8d0d 0
2021-09-24T19:36:47.756Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d7ba94ff-a423-4d64-9451-96b3bf0fce57
2021-09-24T19:36:47.756Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 553d672f-3b65-49a8-acc8-b326db88d6bc from URL: /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json
2021-09-24T19:36:47.756Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:36:47.756Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json
2021-09-24T19:36:48.432Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:36:48.433Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json 553d672f-3b65-49a8-acc8-b326db88d6bc 785
2021-09-24T19:36:48.433Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json ASDC sendASDCNotification
2021-09-24T19:36:48.433Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json
2021-09-24T19:36:48.433Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:36:48.434Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:48.435Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:48.436Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512208433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:48.536Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:48.537Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:36:48.537Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:48.548Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:48.548Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:49.436Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3a6a582d8d0d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b7dbb1af-7dae-4770-a611-f2d18bd0fe66",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dea0d0ed-d75a-4e18-bf04-996a649fac2a",
"vfModuleModelCustomizationUUID": "f8570891-74f8-40b3-a800-3eb0fa0621a6",
"isBase": true,
"artifacts": [
"52e8b703-14a1-44b1-9ca9-d2b61aab2ef4",
"13d18453-1970-4dac-a82e-1875d654aaad"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-24T19:36:49.441Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3a6a582d8d0d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dea0d0ed-d75a-4e18-bf04-996a649fac2a
VfModuleModelInvariantUUID:b7dbb1af-7dae-4770-a611-f2d18bd0fe66
VfModuleModelDescription:NULL
Artifacts UUID List:{
52e8b703-14a1-44b1-9ca9-d2b61aab2ef4
,
13d18453-1970-4dac-a82e-1875d654aaad
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-24T19:36:49.444Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3a6a582d8d0d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b7dbb1af-7dae-4770-a611-f2d18bd0fe66",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dea0d0ed-d75a-4e18-bf04-996a649fac2a",
"vfModuleModelCustomizationUUID": "f8570891-74f8-40b3-a800-3eb0fa0621a6",
"isBase": true,
"artifacts": [
"52e8b703-14a1-44b1-9ca9-d2b61aab2ef4",
"13d18453-1970-4dac-a82e-1875d654aaad"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-24T19:36:49.444Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3a6a582d8d0d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dea0d0ed-d75a-4e18-bf04-996a649fac2a
VfModuleModelInvariantUUID:b7dbb1af-7dae-4770-a611-f2d18bd0fe66
VfModuleModelDescription:NULL
Artifacts UUID List:{
52e8b703-14a1-44b1-9ca9-d2b61aab2ef4
,
13d18453-1970-4dac-a82e-1875d654aaad
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-24T19:36:49.445Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 52e8b703-14a1-44b1-9ca9-d2b61aab2ef4 from URL: /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml
2021-09-24T19:36:49.445Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:36:49.445Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml
2021-09-24T19:36:50.034Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:36:50.035Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml 52e8b703-14a1-44b1-9ca9-d2b61aab2ef4 20368
2021-09-24T19:36:50.035Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-24T19:36:50.035Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml
2021-09-24T19:36:50.035Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:36:50.035Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:50.037Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:50.037Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512210035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:50.137Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:50.138Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:36:50.138Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:50.149Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:50.150Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:36:51.038Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 13d18453-1970-4dac-a82e-1875d654aaad from URL: /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env
2021-09-24T19:36:51.038Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:36:51.038Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env
2021-09-24T19:36:51.690Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:36:51.691Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env 13d18453-1970-4dac-a82e-1875d654aaad 2098
2021-09-24T19:36:51.691Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-24T19:36:51.691Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env
2021-09-24T19:36:51.691Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:36:51.691Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:51.693Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:51.694Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512211691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:36:51.794Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:51.794Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:36:51.795Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:51.807Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:51.807Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:36:52.694Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a70aab3e-7f1c-45d5-82c8-ee2982b49324
2021-09-24T19:36:52.695Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3a6a582d-8d0d 0 d7ba94ff-a423-4d64-9451-96b3bf0fce57 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T19:36:52.718Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.718Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.718Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-09-24T19:36:52.719Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5e0d3874-f369-42d6-b8b2-4fa42ad7a08b
2021-09-24T19:36:52.719Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5e0d3874-f369-42d6-b8b2-4fa42ad7a08b matches Tosca VF Customization UUID: 5e0d3874-f369-42d6-b8b2-4fa42ad7a08b
2021-09-24T19:36:52.719Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5e0d3874-f369-42d6-b8b2-4fa42ad7a08b matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-24T19:36:52.722Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.722Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.723Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5e0d3874-f369-42d6-b8b2-4fa42ad7a08b: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-24T19:36:52.723Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b6ccdb2
2021-09-24T19:36:52.724Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.724Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:36:52.724Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f8570891-74f8-40b3-a800-3eb0fa0621a6
2021-09-24T19:36:52.724Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f8570891-74f8-40b3-a800-3eb0fa0621a6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.728Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.729Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=291d7542-4c6e-4633-be50-083405aeb36b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-24T19:36:52.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:52.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:52.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is not matching search criteria
2021-09-24T19:36:52.732Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-24T19:36:52.733Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:36:52.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:52.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:36:52.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.734Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ebc99177-a405-42e0-a9fa-d6cb7cdbb6b0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-24T19:36:52.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.736Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:52.737Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:52.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.739Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is not matching search criteria
2021-09-24T19:36:52.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:36:52.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:36:52.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:36:52.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:52.740Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:36:52.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:36:52.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:36:52.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:36:52.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:36:52.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-24T19:36:52.741Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8aee3bd0-758c-4fa7-8523-8b3517f411ca
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-24T19:36:52.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:52.743Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:36:52.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Node template vFW 3a6a582d-8d0d 0 is matching search criteria
2021-09-24T19:36:52.744Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3a6a582d-8d0d 0] matching following query criteria: sdcType=VF, customizationUUID=5e0d3874-f369-42d6-b8b2-4fa42ad7a08b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T19:36:52.745Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a70aab3e-7f1c-45d5-82c8-ee2982b49324: vFW 3a6a582d-8d0d
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.746Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.747Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.747Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.747Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:36:52.747Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-34-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:36:52.747Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-24 19-34-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-09-24T19:36:52.919Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3a6a582d-8d0d d7ba94ff-a423-4d64-9451-96b3bf0fce57 1 ASDC deployResourceStructure
2021-09-24T19:36:52.919Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json ASDC sendASDCNotification
2021-09-24T19:36:52.919Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json
2021-09-24T19:36:52.920Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:36:52.920Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:52.921Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:52.921Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512212919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T19:36:53.022Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:36:53.023Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:36:53.023Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:53.033Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:53.033Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:53.922Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-24T19:36:53.923Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml
2021-09-24T19:36:53.923Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:36:53.923Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:53.925Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:53.925Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512213922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-24T19:36:54.025Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:54.026Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:36:54.026Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:54.037Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:54.037Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:54.925Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-24T19:36:54.926Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env
2021-09-24T19:36:54.926Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:36:54.926Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:54.927Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:54.927Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512214925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-24T19:36:55.028Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:55.029Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:36:55.029Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:55.039Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:55.039Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:55.928Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar ASDC sendASDCNotification
2021-09-24T19:36:55.929Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar
2021-09-24T19:36:55.929Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T19:36:55.929Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:36:55.931Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:36:55.931Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512215928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T19:36:56.031Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:36:56.032Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:36:56.032Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:36:56.045Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:36:56.046Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:36:56.931Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:36:56.946Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:36:56.949Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:36:56.949Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:36:56.949Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:37:26.950Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:37:26.960Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:37:26.964Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:37:26.964Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:37:26.964Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:37:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:37:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:37:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:37:35.827Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:37:35.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:37:35.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512195700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:37:35.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:37:56.965Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:37:56.975Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:37:56.978Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:37:56.978Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:37:56.978Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:38:26.979Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:38:26.990Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:38:26.994Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:38:26.994Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T19:38:26.994Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T19:38:35.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:38:35.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:38:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:38:36.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:38:36.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512195700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:38:36.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:38:36.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512195700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:38:36.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:38:36.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512195700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512195700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512195700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "clamp",
"timestamp": 1632512201455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512195700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "clamp",
"timestamp": 1632512203460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512204238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "aai-ml",
"timestamp": 1632512204332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "clamp",
"timestamp": 1632512204463,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:38:36.240Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:38:36.241Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:38:36.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "aai-ml",
"timestamp": 1632512205335,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:38:36.255Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e90a2775-959d-47cc-91b8-2f3f923b3e33
2021-09-24T19:38:36.255Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e90a2775-959d-47cc-91b8-2f3f923b3e33 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:38:36.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512208433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:38:36.264Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512210035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:38:36.264Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512211691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512212919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/vfw3a6a582d8d0d0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512213922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512214925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/resourceInstances/vfw3a6a582d8d0d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:36.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-24T19:38:36.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512215928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193400/1.0/artifacts/service-Vfw20210924193400-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T19:38:36.266Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:38:56.995Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:38:57.006Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T19:38:57.008Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-24T19:38:57.009Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:38:57.013Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T19:39:27.013Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e90a2775-959d-47cc-91b8-2f3f923b3e33 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-24T19:39:27.021Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e90a2775-959d-47cc-91b8-2f3f923b3e33 and serviceModelVersionId: a70aab3e-7f1c-45d5-82c8-ee2982b49324
2021-09-24T19:39:27.021Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 559173be-0f8b-495b-9b20-4de31337c6d9
2021-09-24T19:39:27.022Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0
2021-09-24T19:39:27.027Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T19:39:27.062Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0|INFO|500||Invoke
2021-09-24T19:39:27.062Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e90a2775-959d-47cc-91b8-2f3f923b3e33], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3084e21f-927a-431a-8dcc-753225a44604], X-ECOMP-RequestID=[e90a2775-959d-47cc-91b8-2f3f923b3e33], X-TransactionId=[], X-ONAP-RequestID=[e90a2775-959d-47cc-91b8-2f3f923b3e33], Content-Type=[application/merge-patch+json]}
2021-09-24T19:39:27.087Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-24T19:39:27.177Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?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/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210924-19:39:27:095-67280], vertex-id=[397480], Content-Length=[0], Date=[Fri, 24 Sep 2021 19:39:27 GMT], Content-Type=[application/json]}
2021-09-24T19:39:27.178Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T19:39:27.178Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/559173be-0f8b-495b-9b20-4de31337c6d9/model-vers/model-ver/a70aab3e-7f1c-45d5-82c8-ee2982b49324?depth=0|INFO|500||InvokeReturn
2021-09-24T19:39:27.179Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T19:39:27.179Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T19:39:27.184Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T19:39:27.184Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e90a2775-959d-47cc-91b8-2f3f923b3e33 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T19:39:27.184Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T19:39:27.184Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:27.186Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:27.186Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512367184,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:39:27.286Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:27.287Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:39:27.287Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:27.303Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:39:27.304Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T19:39:28.199Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:39:28.200Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:39:28.200Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:32.498Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:39:32.501Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T19:39:32.501Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"385e2a85-56a7-492d-8517-19d4dcf69512","serviceName":"vFW 2021-09-24 19-37-06","serviceVersion":"1.0","serviceUUID":"53ef5a20-60b7-44c2-9cc4-42688b46b50a","serviceDescription":"catalog service description","serviceInvariantUUID":"e2b71ad8-8cfc-4f34-85bd-0cb47ba21772","resources":[{"resourceInstanceName":"vFW 605cc111-56b9 0","resourceName":"vFW 605cc111-56b9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98850c4c-fb61-4a2e-938f-e309d89576ea","resourceInvariantUUID":"fdb9b62a-6297-43ac-985b-66fd28a4ddec","resourceCustomizationUUID":"73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml","artifactChecksum":"MTNjOTBkOTllZjNhNjViM2YzY2YyNTE4ZTc2N2RkZjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64134a1b-eaab-459f-bfca-508a1eac4ebc","artifactVersion":"1"},{"artifactName":"vfw605cc11156b90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json","artifactChecksum":"N2YzMzgzODMxYzFiZjczNTg1YzU0ZDU5NDgzZTFjMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"513d503f-5a84-419a-aac7-39e3bdbc3d55","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ee5b23f5-977b-47f8-84b4-cba1517cac31","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml","artifactChecksum":"OTZkZDYyYjlmNTA1ZjI3MDM5YmJjYTdkMmU3YjRjOGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad16e1aa-843d-4ec4-9eeb-396ea17e437a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"47834932-8e44-4290-a977-52191fe5b7dd","artifactVersion":"3","generatedFromUUID":"ee5b23f5-977b-47f8-84b4-cba1517cac31"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210924193706-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml","artifactChecksum":"ZWM4NTQxYzhhN2Y0NzU3ZjJhMTllOGFkMjYwZThmZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8a7b946-a264-4613-b2f9-10389b8eb22f","artifactVersion":"1"},{"artifactName":"service-Vfw20210924193706-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar","artifactChecksum":"MDhkMjJlZDE5MjYzM2JkYjNiNTc0YjdiZDQ3YzlmOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07755c0e-e497-4565-9645-1fd222cd8506","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T19:39:32.504Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:39:32.504Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:32.506Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:32.506Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512368199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:32.606Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:32.607Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:39:32.607Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:32.619Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:39:32.619Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:33.506Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:39:33.507Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:33.509Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:33.509Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512368199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:39:33.610Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:33.610Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:39:33.610Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:33.625Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:39:33.625Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:34.510Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:39:34.511Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:34.513Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:34.513Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512368199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:39:34.614Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:39:34.614Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:39:34.614Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:34.627Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:39:34.627Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:35.514Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:39:35.515Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:35.517Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:35.517Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512368199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:35.617Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:35.617Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:39:35.618Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:35.627Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:39:35.627Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:35.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T19:39:35.702Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T19:39:35.702Z||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 JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:36.334Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:39:36.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512339639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512341439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "ves-openapi-manager",
"timestamp": 1632512346843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "cds",
"timestamp": 1632512344945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512348859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512339639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512341439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "ves-openapi-manager",
"timestamp": 1632512346843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "cds",
"timestamp": 1632512344945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512348859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512339639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "ves-openapi-manager",
"timestamp": 1632512346843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512341439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "cds",
"timestamp": 1632512344945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512348859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "policy-id",
"timestamp": 1632512351238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512339639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "ves-openapi-manager",
"timestamp": 1632512346843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "cds",
"timestamp": 1632512344945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512341439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512348859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "policy-id",
"timestamp": 1632512351238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512339639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "ves-openapi-manager",
"timestamp": 1632512346843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "cds",
"timestamp": 1632512344945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512341439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512348859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "policy-id",
"timestamp": 1632512351238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512353506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512339639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512341439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "cds",
"timestamp": 1632512344945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "ves-openapi-manager",
"timestamp": 1632512346843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512348859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "policy-id",
"timestamp": 1632512351238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512353506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512339639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "ves-openapi-manager",
"timestamp": 1632512346843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512341439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "cds",
"timestamp": 1632512344945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512348859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "policy-id",
"timestamp": 1632512351238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512353506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "policy-id",
"timestamp": 1632512351238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512357079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.343Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512353506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512357234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "cds",
"timestamp": 1632512357242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512357244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "dcae-sch",
"timestamp": 1632512356763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "policy-id",
"timestamp": 1632512351238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512353506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "cds",
"timestamp": 1632512358248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:39:36.361Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 385e2a85-56a7-492d-8517-19d4dcf69512
2021-09-24T19:39:36.361Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385e2a85-56a7-492d-8517-19d4dcf69512 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:39:36.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "dcae-sch",
"timestamp": 1632512356763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512358933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512353506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512359333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "dcae-sch",
"timestamp": 1632512356763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512353506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512360192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T19:39:36.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "policy-id",
"timestamp": 1632512360330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "dcae-sch",
"timestamp": 1632512356763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632512361196,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:39:36.382Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 385e2a85-56a7-492d-8517-19d4dcf69512
2021-09-24T19:39:36.382Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385e2a85-56a7-492d-8517-19d4dcf69512 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:39:36.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "policy-id",
"timestamp": 1632512361334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-24T19:39:36.397Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "dcae-sch",
"timestamp": 1632512356763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "clamp",
"timestamp": 1632512361487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "policy-id",
"timestamp": 1632512362337,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:39:36.403Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 385e2a85-56a7-492d-8517-19d4dcf69512
2021-09-24T19:39:36.404Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385e2a85-56a7-492d-8517-19d4dcf69512 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T19:39:36.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "dcae-sch",
"timestamp": 1632512356763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "clamp",
"timestamp": 1632512361487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512363128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512363128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.414Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512363275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "dcae-sch",
"timestamp": 1632512356763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "clamp",
"timestamp": 1632512361487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512364132,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:39:36.421Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 385e2a85-56a7-492d-8517-19d4dcf69512
2021-09-24T19:39:36.421Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385e2a85-56a7-492d-8517-19d4dcf69512 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-24T19:39:36.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512364133,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:39:36.434Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 385e2a85-56a7-492d-8517-19d4dcf69512
2021-09-24T19:39:36.434Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385e2a85-56a7-492d-8517-19d4dcf69512 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-24T19:39:36.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512364830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "aai-ml",
"timestamp": 1632512364288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "clamp",
"timestamp": 1632512361487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1632512365135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T19:39:36.443Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-windriver-id",
"timestamp": 1632512365135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "aai-ml",
"timestamp": 1632512364288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512366007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "clamp",
"timestamp": 1632512361487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "aai-ml",
"timestamp": 1632512364288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512367025,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T19:39:36.451Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 385e2a85-56a7-492d-8517-19d4dcf69512
2021-09-24T19:39:36.451Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385e2a85-56a7-492d-8517-19d4dcf69512 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-24T19:39:36.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "clamp",
"timestamp": 1632512361487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e90a2775-959d-47cc-91b8-2f3f923b3e33",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512367184,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "aai-ml",
"timestamp": 1632512364288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632512368027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "DEPLOY_OK"
}
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "clamp",
"timestamp": 1632512361487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "aai-ml",
"timestamp": 1632512364288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "aai-ml",
"timestamp": 1632512364288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "aai-ml",
"timestamp": 1632512364288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "aai-ml",
"timestamp": 1632512372143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512368199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512368199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "clamp",
"timestamp": 1632512374482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:36.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T19:39:36.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512368199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T19:39:36.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512368199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:36.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-24T19:39:36.517Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:39:36.518Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:36.520Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:36.521Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512368199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-24T19:39:36.621Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T19:39:36.621Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:39:36.621Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:36.632Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:39:36.632Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:37.521Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:39:37.522Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:37.523Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:37.524Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512368199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-24T19:39:37.624Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:37.625Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:39:37.625Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:37.635Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:39:37.636Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:38.524Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T19:39:38.525Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:38.526Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:38.526Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512368199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "NOTIFIED"
}
2021-09-24T19:39:38.627Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T19:39:38.627Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:39:38.627Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:38.638Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:39:38.639Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:39.528Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"serviceName": "vFW 2021-09-24 19-37-06",
"serviceVersion": "1.0",
"serviceUUID": "53ef5a20-60b7-44c2-9cc4-42688b46b50a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e2b71ad8-8cfc-4f34-85bd-0cb47ba21772",
"resources": [
{
"resourceInstanceName": "vFW 605cc111-56b9 0",
"resourceCustomizationUUID": "73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7",
"resourceName": "vFW 605cc111-56b9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "98850c4c-fb61-4a2e-938f-e309d89576ea",
"resourceInvariantUUID": "fdb9b62a-6297-43ac-985b-66fd28a4ddec",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw605cc11156b90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"artifactChecksum": "N2YzMzgzODMxYzFiZjczNTg1YzU0ZDU5NDgzZTFjMzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "513d503f-5a84-419a-aac7-39e3bdbc3d55",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ee5b23f5-977b-47f8-84b4-cba1517cac31",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "47834932-8e44-4290-a977-52191fe5b7dd",
"generatedFromUUID": "ee5b23f5-977b-47f8-84b4-cba1517cac31"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "47834932-8e44-4290-a977-52191fe5b7dd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210924193706-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"artifactChecksum": "MDhkMjJlZDE5MjYzM2JkYjNiNTc0YjdiZDQ3YzlmOTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "07755c0e-e497-4565-9645-1fd222cd8506"
}
],
"workloadContext": "Production"
}
2021-09-24T19:39:39.528Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T19:39:39.528Z|e90a2775-959d-47cc-91b8-2f3f923b3e33|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 53ef5a20-60b7-44c2-9cc4-42688b46b50a ASDC
2021-09-24T19:39:39.529Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:385e2a85-56a7-492d-8517-19d4dcf69512
ServiceName:vFW 2021-09-24 19-37-06
ServiceVersion:1.0
ServiceUUID:53ef5a20-60b7-44c2-9cc4-42688b46b50a
ServiceInvariantUUID:e2b71ad8-8cfc-4f34-85bd-0cb47ba21772
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210924193706-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar
ArtifactUUID:07755c0e-e497-4565-9645-1fd222cd8506
ArtifactChecksum:MDhkMjJlZDE5MjYzM2JkYjNiNTc0YjdiZDQ3YzlmOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 605cc111-56b9 0
ResourceCustomizationUUID:73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7
ResourceInvariantUUID:fdb9b62a-6297-43ac-985b-66fd28a4ddec
ResourceName:vFW 605cc111-56b9
ResourceType:VF
ResourceUUID:98850c4c-fb61-4a2e-938f-e309d89576ea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw605cc11156b90_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json
ArtifactUUID:513d503f-5a84-419a-aac7-39e3bdbc3d55
ArtifactChecksum:N2YzMzgzODMxYzFiZjczNTg1YzU0ZDU5NDgzZTFjMzA=
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/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml
ArtifactUUID:ee5b23f5-977b-47f8-84b4-cba1517cac31
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env
ArtifactUUID:47834932-8e44-4290-a977-52191fe5b7dd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env
ArtifactUUID:47834932-8e44-4290-a977-52191fe5b7dd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-24T19:39:39.529Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 53ef5a20-60b7-44c2-9cc4-42688b46b50a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T19:39:39.564Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:39:39.565Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:39:39.565Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:39:39.566Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 07755c0e-e497-4565-9645-1fd222cd8506 from URL: /sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:39.566Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:39:39.566Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:43.134Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:39:43.139Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar 07755c0e-e497-4565-9645-1fd222cd8506 110120
2021-09-24T19:39:43.139Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar ASDC sendASDCNotification
2021-09-24T19:39:43.139Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:43.139Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:39:43.140Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:43.141Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:43.141Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512383139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:43.242Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:43.242Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:39:43.242Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:43.254Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:39:43.254Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:44.141Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T19:39:44.143Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T19:39:44.143Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 07755c0e-e497-4565-9645-1fd222cd8506, URL: /sdc/v1/catalog/services/Vfw20210924193706/1.0/artifacts/service-Vfw20210924193706-csar.csar to file: /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:44.143Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210924193706-csar.csar
2021-09-24T19:39:44.143Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:44.143Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:44.340Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1802545367903937052/Definitions/service-Vfw20210924193706-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-24T19:39:46.034Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||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-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||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-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||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-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||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-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 605cc111-56b9 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||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-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||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-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.035Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||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-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 605cc111-56b9 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-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||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-Vfw20210924193706-csar.csar
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:46.036Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:39:46.037Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:46.038Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:39:46.039Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e5083588-31b0-434e-8ea5-3f651a4d7d9e
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-24T19:39:46.040Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4dc43d82-d93c-4017-9e41-c11e336a240f
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:39:46.041Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16a368d9-d0ad-494f-bd8a-609e3af7541b
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:46.042Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-24 19-37-06
Description:catalog service description
Model UUID:53ef5a20-60b7-44c2-9cc4-42688b46b50a
Model Version:NULL
Model InvariantUuid:e2b71ad8-8cfc-4f34-85bd-0cb47ba21772
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 605cc111-56b9
Model UUID:469e774c-6e91-4166-b29d-0b1671f7a79a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fdb9b62a-6297-43ac-985b-66fd28a4ddec
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6ec4aa4c-70b4-469f-ad5a-315240e7dd86
ModelName:Vfw605cc11156b9..base_vfw..module-0
ModelUuid:ce396d8d-82b7-4259-9f96-680bf5d34312
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e5083588-31b0-434e-8ea5-3f651a4d7d9e
ModelInvariantUuid:c50888db-425a-45f4-b4f0-3f93fc481a5b
ModelName:vFW 605cc111-56b9-nodes.vfwCvfc
ModelUuid:02337bc4-2df1-4b61-af48-6e02f8579b61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d8de0943-9d76-4842-8036-beeac92fee09
ModelInvariantUuid:7efe19f6-d8af-4159-9d11-0bfcf811ccc3
ModelName:Vfw605cc11156b9.compute.nodes.heat.vfw
ModelUuid:579be781-3bdc-47c3-a7e7-d0cbc32d3dcd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4dc43d82-d93c-4017-9e41-c11e336a240f
ModelInvariantUuid:b4ddc668-7a23-4276-8a03-caf2f19dddcf
ModelName:vFW 605cc111-56b9-nodes.vsnCvfc
ModelUuid:630fca10-56dd-423e-85c1-4514dd904dfd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a2ab3176-3820-497e-b696-e4e96c050814
ModelInvariantUuid:db79558c-7e43-4d16-8de1-329c52a47742
ModelName:Vfw605cc11156b9.compute.nodes.heat.vsn
ModelUuid:44b72e1b-c0c7-419f-be2e-4a25a441bd52
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:16a368d9-d0ad-494f-bd8a-609e3af7541b
ModelInvariantUuid:268b58c6-024b-4339-9fad-e4293eac52c4
ModelName:vFW 605cc111-56b9-nodes.vpgCvfc
ModelUuid:77b6ee90-bdea-4f5c-a544-de3fc219cccf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:39df1ebc-6f61-4f5e-91b4-ec3eb4a0300e
ModelInvariantUuid:ac7ac8f6-9bcf-4fb8-b6dc-0a56f8d4b50f
ModelName:Vfw605cc11156b9.compute.nodes.heat.vpg
ModelUuid:c3eb6036-bb13-4a2d-9819-bd9ed0936d2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-24T19:39:46.049Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 98850c4c-fb61-4a2e-938f-e309d89576ea
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T19:39:46.051Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||vFW 605cc111-56b9 0
2021-09-24T19:39:46.051Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98850c4c-fb61-4a2e-938f-e309d89576ea
2021-09-24T19:39:46.051Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 513d503f-5a84-419a-aac7-39e3bdbc3d55 from URL: /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json
2021-09-24T19:39:46.051Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:39:46.051Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json
2021-09-24T19:39:46.250Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:39:46.250Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json 513d503f-5a84-419a-aac7-39e3bdbc3d55 785
2021-09-24T19:39:46.250Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json ASDC sendASDCNotification
2021-09-24T19:39:46.250Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json
2021-09-24T19:39:46.250Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:39:46.250Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:46.252Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:46.252Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512386250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/vfw605cc11156b90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:46.352Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:46.353Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:39:46.353Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:46.365Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:39:46.365Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:47.252Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw605cc11156b9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6ec4aa4c-70b4-469f-ad5a-315240e7dd86",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ce396d8d-82b7-4259-9f96-680bf5d34312",
"vfModuleModelCustomizationUUID": "44fbee70-1b0a-40d2-8f39-c5c5de359fe8",
"isBase": true,
"artifacts": [
"ee5b23f5-977b-47f8-84b4-cba1517cac31",
"47834932-8e44-4290-a977-52191fe5b7dd"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-24T19:39:47.256Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw605cc11156b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce396d8d-82b7-4259-9f96-680bf5d34312
VfModuleModelInvariantUUID:6ec4aa4c-70b4-469f-ad5a-315240e7dd86
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee5b23f5-977b-47f8-84b4-cba1517cac31
,
47834932-8e44-4290-a977-52191fe5b7dd
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-24T19:39:47.259Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw605cc11156b9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6ec4aa4c-70b4-469f-ad5a-315240e7dd86",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ce396d8d-82b7-4259-9f96-680bf5d34312",
"vfModuleModelCustomizationUUID": "44fbee70-1b0a-40d2-8f39-c5c5de359fe8",
"isBase": true,
"artifacts": [
"ee5b23f5-977b-47f8-84b4-cba1517cac31",
"47834932-8e44-4290-a977-52191fe5b7dd"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-24T19:39:47.259Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw605cc11156b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce396d8d-82b7-4259-9f96-680bf5d34312
VfModuleModelInvariantUUID:6ec4aa4c-70b4-469f-ad5a-315240e7dd86
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee5b23f5-977b-47f8-84b4-cba1517cac31
,
47834932-8e44-4290-a977-52191fe5b7dd
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-24T19:39:47.259Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ee5b23f5-977b-47f8-84b4-cba1517cac31 from URL: /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml
2021-09-24T19:39:47.260Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:39:47.260Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml
2021-09-24T19:39:47.459Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:39:47.460Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml ee5b23f5-977b-47f8-84b4-cba1517cac31 20368
2021-09-24T19:39:47.460Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-24T19:39:47.461Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml
2021-09-24T19:39:47.461Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:39:47.461Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:47.463Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:47.463Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512387460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:47.563Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:47.564Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:39:47.564Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:47.575Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:39:47.576Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T19:39:48.464Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 47834932-8e44-4290-a977-52191fe5b7dd from URL: /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env
2021-09-24T19:39:48.464Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T19:39:48.465Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env
2021-09-24T19:39:48.970Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T19:39:48.970Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env 47834932-8e44-4290-a977-52191fe5b7dd 2098
2021-09-24T19:39:48.971Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-24T19:39:48.971Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env
2021-09-24T19:39:48.971Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T19:39:48.971Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T19:39:48.972Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T19:39:48.973Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "385e2a85-56a7-492d-8517-19d4dcf69512",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632512388971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210924193706/1.0/resourceInstances/vfw605cc11156b90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-24T19:39:49.073Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T19:39:49.073Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T19:39:49.073Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ7a7IJrXfDAvXKB) ...
2021-09-24T19:39:49.085Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-24T19:39:49.085Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-24T19:39:49.973Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 53ef5a20-60b7-44c2-9cc4-42688b46b50a
2021-09-24T19:39:49.974Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 605cc111-56b9 0 98850c4c-fb61-4a2e-938f-e309d89576ea ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T19:39:49.995Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:49.995Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:49.995Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-09-24T19:39:49.995Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7
2021-09-24T19:39:49.996Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7 matches Tosca VF Customization UUID: 73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7
2021-09-24T19:39:49.996Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-24T19:39:49.998Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:49.998Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T19:39:49.998Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 73bfbe42-d1d4-4d72-90a0-d1fb9535d3e7: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-24T19:39:49.998Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37125a42
2021-09-24T19:39:49.999Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:49.999Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 19-37-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T19:39:49.999Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 44fbee70-1b0a-40d2-8f39-c5c5de359fe8
2021-09-24T19:39:49.999Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 44fbee70-1b0a-40d2-8f39-c5c5de359fe8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-24T19:39:50.001Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:50.001Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:50.001Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:39:50.001Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:50.001Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is not matching search criteria
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T19:39:50.002Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T19:39:50.003Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T19:39:50.003Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:50.003Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T19:39:50.003Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T19:39:50.003Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T19:39:50.003Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T19:39:50.003Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e5083588-31b0-434e-8ea5-3f651a4d7d9e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-24T19:39:50.005Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-24T19:39:50.006Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Node template vFW 605cc111-56b9 0 is matching search criteria
2021-09-24T19:39:50.006Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 605cc111-56b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T19:39:50.006Z|385e2a85-56a7-492d-8517-19d4dcf69512|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery